Suitable for Express Applications.
This boilerplate include:
- 📙 Babel 7
- ✅ Jest 26
- 💅 Prettier & ESLint
- 🔄 Server reload with nodemon
build
: Build application into abuild
directorystart
: Launches the transpiled fileapp.js
start:dev
: Launches thesrc/app.js
script in watch modelint
: Lints the whole projectlint:fix
: Lints and fixes the whole projecttest
: Runs all the teststest:coverage
: Runs and gathers coverage metricstest:watch
: Run tests in watch modeclean
: Removes any build/temp/cache directory