Skip to content

Commit f76eb84

Browse files
committed
fix: readme.md updated
1 parent e8e5e9c commit f76eb84

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
# Welcome to React Router!
1+
# Welcome to React Router
22

33
A modern, production-ready template for building full-stack React applications using React Router.
44

5-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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
614

715
## Features
816

@@ -21,15 +29,15 @@ A modern, production-ready template for building full-stack React applications u
2129
Install the dependencies:
2230

2331
```bash
24-
npm install
32+
bun install
2533
```
2634

2735
### Development
2836

2937
Start the development server with HMR:
3038

3139
```bash
32-
npm run dev
40+
bun dev
3341
```
3442

3543
Your application will be available at `http://localhost:5173`.
@@ -39,7 +47,7 @@ Your application will be available at `http://localhost:5173`.
3947
Create a production build:
4048

4149
```bash
42-
npm run build
50+
bun run build
4351
```
4452

4553
## Deployment
@@ -97,4 +105,4 @@ This template comes with [Tailwind CSS](https://tailwindcss.com/) already config
97105

98106
---
99107

100-
Built with ❤️ using React Router.
108+
Configured with ❤️ by [MKSingh](https://linkedin.com/in/ca-mksingh)

0 commit comments

Comments
 (0)