Skip to content

Latest commit

 

History

History
executable file
·
7 lines (6 loc) · 267 Bytes

README.md

File metadata and controls

executable file
·
7 lines (6 loc) · 267 Bytes

Commands

  • npm run watch to watch for changes and run tests
  • npm run test to run tests
  • npm run build to transform es6/es7 to es5 by Babel
  • npm run clean to clean build/ directory
  • npm run lint to lint js using ESLint in Airbnb's Javascript style