Suitable for Express Applications.
This boilerplate include:
- π Babel 7
- β Jest 26
- π Prettier & ESLint
- π Server reload with nodemon
build: Build application into abuilddirectorystart: Launches the transpiled fileapp.jsstart:dev: Launches thesrc/app.jsscript 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