Skip to content

Latest commit

History

History
45 lines (29 loc) 路 430 Bytes

File metadata and controls

45 lines (29 loc) 路 430 Bytes

馃敤 node-project-template

A simple repo template to quickly bootstrap a new node project

How to use

馃捇 run in dev watch mode:

npm run dev

馃殌 run in production mode:

npm run start

馃敩 run tests:

npm run test

馃敩 run tests in watch mode:

npm run test-watch

馃毧 clean up build folder:

npm run clean

馃彈 build project:

npm run build

License

MIT License