fix(templates): commands in readme

This commit is contained in:
Ayo 2023-10-21 19:08:21 +02:00
parent 51b7c988ff
commit abcca9e54a

View file

@ -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