Skip to content

fullstacktf/airan-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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