A simple repo template to quickly bootstrap a new node project
馃捇 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
MIT License