Skip to content

Modes to launch

roremDev edited this page Oct 13, 2021 · 1 revision

Getting Started

Note. This project works on Node.js version >=14.x.

Scripts

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.

Clone this wiki locally