You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,27 @@
6
6
7
7
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
8
8
9
+
### Install Packages
10
+
11
+
#### `yarn` or `npm install`
12
+
9
13
## Available Scripts
10
14
11
15
In the project directory, you can run:
12
16
13
-
### `yarn start`
17
+
####`yarn start` or `npm start`
14
18
15
19
Runs the app in the development mode.<br>
16
20
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
17
21
18
22
The page will reload if you make edits.<br>
19
23
You will also see any lint errors in the console.
20
24
21
-
### `yarn generate`
25
+
####`yarn generate` or `npm generate`
22
26
23
27
Scaffolding tool, see [generate-template-files](https://github.com/codeBelt/generate-template-files#readme). Check the `tools/templates` directory for existing templates.
24
28
25
-
### `yarn build`
29
+
####`yarn build` or `npm build`
26
30
27
31
Builds the app for production to the `build` folder.<br>
28
32
It correctly bundles React in production mode and optimizes the build for the best performance.
0 commit comments