Skip to content

Commit 432e5b0

Browse files
2 parents 7cc2233 + da5fbf6 commit 432e5b0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# setup-react-without-create-react-app
1+
# setup-react-project-without-create-react-app
22
Setting up a new React project from scratch without using create-react-app with react-router v6
3-
3+
```sh
4+
// Install dependencies
5+
npm install
6+
// To start
7+
npm run start
8+
// to build
9+
npm run build
10+
```
411
<a href="https://frontendguruji.com/blog/how-to-setup-a-react-js-project-from-scratch-without-create-react-app/">Check full documentation here</a>

0 commit comments

Comments
 (0)