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