- Node
16
- NPM
8
- install dependencies
npm install
- launch development server
npm run dev
- install dependencies
npm install
- build
npm run build
- launch production server (with pm2)
pm2 start ecosystem.config.js
16
8
npm install
npm run dev
npm install
npm run build
pm2 start ecosystem.config.js