A minimal Node project setup with:
- Eslint
- Prettier
- Jest
- Node ^12
- NPM 6+
$ npm install
$ npm run build
$ npm run start
- Run in development mode:
npm run dev
- Run test suites:
npm run test
- Run test suites in watch mode:
npm run test-watch
- Check for linting errors:
npm run lint
- Format code:
npm run format