Skip to content

fullstacktf/raul-testing

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published