fix(templates): commands in readme
This commit is contained in:
parent
51b7c988ff
commit
abcca9e54a
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ From the root of your project, you can run the following.
|
||||||
| Command | Result |
|
| Command | Result |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| npm start | Start the dev server |
|
| npm start | Start the dev server |
|
||||||
| npm prepare | Prepare the app |
|
| npm run prepare | Prepare the app |
|
||||||
| npm build | Locally generate the app's build files to `./output` |
|
| npm run build | Locally generate the app's build files to `./output` |
|
||||||
| npm preview | Preview the built app locally |
|
| npm run preview | Preview the built app locally |
|
||||||
|
|
||||||
## More info
|
## More info
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue