Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 528 Bytes

File metadata and controls

43 lines (28 loc) · 528 Bytes

Command Line Commands

Development

npm run dev

Starts the development server running on http://localhost:3000

Server

Production

Run in the Nodejs server

npm start

PM2 is a process manager. It manages your applications states, so you can start, stop, restart and delete processes.

npm start -pm2
npm run up

Building

Webpack builds our files and creates /dist folder on directory.

npm run build

Linting

npm run lint