Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Latest commit

Β 

History

History
22 lines (17 loc) Β· 613 Bytes

File metadata and controls

22 lines (17 loc) Β· 613 Bytes

JavaScript Boilerplate

Suitable for Express Applications.

This boilerplate include:

  • πŸ“™ Babel 7
  • βœ… Jest 26
  • πŸ’… Prettier & ESLint
  • πŸ”„ Server reload with nodemon

npm scripts

  • build: Build application into a build directory
  • start: Launches the transpiled file app.js
  • start:dev: Launches the src/app.js script in watch mode
  • lint: Lints the whole project
  • lint:fix: Lints and fixes the whole project
  • test: Runs all the tests
  • test:coverage: Runs and gathers coverage metrics
  • test:watch: Run tests in watch mode
  • clean: Removes any build/temp/cache directory