File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
5
5
In the project directory, you can run:
6
6
You can use NPM instead of YARN (Up to you)
7
7
8
- ### ` yarn start `
8
+ ### ` yarn start ` OR ` npm run start `
9
9
10
10
Runs the app in the development mode.<br />
11
11
Open [ http://localhost:3000 ] ( http://localhost:3000 ) to view it in the browser.
12
12
13
13
The page will reload if you make edits.<br />
14
14
You will also see any lint errors in the console.
15
15
16
- ### ` yarn test `
16
+ ### ` yarn test ` OR ` npm run test `
17
17
18
18
Launches the test runner in the interactive watch mode.<br />
19
19
See the section about [ running tests] ( https://facebook.github.io/create-react-app/docs/running-tests ) for more information.
20
20
21
- ### ` yarn build `
21
+ ### ` yarn build ` OR ` npm run build `
22
22
23
23
Builds the app for production to the ` build ` folder.<br />
24
24
It correctly bundles React in production mode and optimizes the build for the best performance.
@@ -28,7 +28,7 @@ Your app is ready to be deployed!
28
28
29
29
See the section about [ deployment] ( https://facebook.github.io/create-react-app/docs/deployment ) for more information.
30
30
31
- ### ` yarn eject `
31
+ ### ` yarn eject ` OR ` npm run eject `
32
32
33
33
** Note: this is a one-way operation. Once you ` eject ` , you can’t go back!**
34
34
You can’t perform that action at this time.
0 commit comments