Starter template with react-boostrap and login form.
- node v6 (https://nodejs.org)
npm i
npm run <script> |
Description |
---|---|
build |
Build the app |
start |
Serves the app in prod mode (use build first). |
dev |
Start app in the dev mode. |
lint |
Lint all .js files. |
lint:fix |
Lint and fix all .js files. Read more on this. |