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