Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 589 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 589 Bytes

JS Boilerplate

Included

Commands

  • npm run test - Run tests;
  • npm run test:watch - Run tests and keep watching for changes;
  • npm run lint - Lint JS source files;
  • npm run format - Format JS source files;