-
Notifications
You must be signed in to change notification settings - Fork 3
Modes to launch
roremDev edited this page Oct 13, 2021
·
1 revision
Note. This project works on Node.js version >=14.x.
| Process | Script | Description |
|---|---|---|
| Initialization | npm run init |
Configure environment for git hooks. |
| Development | npm run dev |
Serves to server on port 3000. |
| Testing | npm run test |
Run all test (unit test or integration). |
| Building | npm run build |
Build the code base to dist directory. |
| Production | npm run start |
Simulate the server for production. |
Note. For mode Production, you can use Heroku CLI to simulate the project witih
heroku local.