You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,16 @@
1
-
# Welcome to React Router!
1
+
# Welcome to React Router
2
2
3
3
A modern, production-ready template for building full-stack React applications using React Router.
4
4
5
-
[](https://stackblitz.com/github/remix-run/react-router-templates/tree/main/default)
5
+
It can be used as a starter template for initializing a react-router v7 app. It has preconfigured:
6
+
7
+
Eslint (v9)
8
+
Prettier
9
+
LintStaged
10
+
Husky
11
+
Shadcn
12
+
Tailwindcss v4
13
+
Flat routes
6
14
7
15
## Features
8
16
@@ -21,15 +29,15 @@ A modern, production-ready template for building full-stack React applications u
21
29
Install the dependencies:
22
30
23
31
```bash
24
-
npm install
32
+
bun install
25
33
```
26
34
27
35
### Development
28
36
29
37
Start the development server with HMR:
30
38
31
39
```bash
32
-
npm run dev
40
+
bun dev
33
41
```
34
42
35
43
Your application will be available at `http://localhost:5173`.
@@ -39,7 +47,7 @@ Your application will be available at `http://localhost:5173`.
39
47
Create a production build:
40
48
41
49
```bash
42
-
npm run build
50
+
bun run build
43
51
```
44
52
45
53
## Deployment
@@ -97,4 +105,4 @@ This template comes with [Tailwind CSS](https://tailwindcss.com/) already config
97
105
98
106
---
99
107
100
-
Built with ❤️ using React Router.
108
+
Configured with ❤️ by [MKSingh](https://linkedin.com/in/ca-mksingh)
0 commit comments