Skip to content

bigsauron/hello-world

Repository files navigation

Installation and deployment

Dev

npm install
npm start

Test

npm run test

Or to watch changes realtime

npm run test:watch

eslint

npm run lint

Production

npm install
npm run clean
npm run build:prod
npm run start:prod

To stop

npm run stop:prod

To delete pm2 instance

npm run delete:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages