We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cc2233 + da5fbf6 commit 432e5b0Copy full SHA for 432e5b0
README.md
@@ -1,4 +1,11 @@
1
-# setup-react-without-create-react-app
+# setup-react-project-without-create-react-app
2
Setting up a new React project from scratch without using create-react-app with react-router v6
3
-
+```sh
4
+// Install dependencies
5
+npm install
6
+// To start
7
+npm run start
8
+// to build
9
+npm run build
10
+```
11
<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