Skip to content

Commit dccce9f

Browse files
feat: Add npm commands
1 parent 64eea06 commit dccce9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
55
In the project directory, you can run:
66
You can use NPM instead of YARN (Up to you)
77

8-
### `yarn start`
8+
### `yarn start` OR `npm run start`
99

1010
Runs the app in the development mode.<br />
1111
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
1212

1313
The page will reload if you make edits.<br />
1414
You will also see any lint errors in the console.
1515

16-
### `yarn test`
16+
### `yarn test` OR `npm run test`
1717

1818
Launches the test runner in the interactive watch mode.<br />
1919
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
2020

21-
### `yarn build`
21+
### `yarn build` OR `npm run build`
2222

2323
Builds the app for production to the `build` folder.<br />
2424
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!
2828

2929
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
3030

31-
### `yarn eject`
31+
### `yarn eject` OR `npm run eject`
3232

3333
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
3434

0 commit comments

Comments
 (0)