esnext-quickstart
esnext-quickstart copied to clipboard
Bring compilation and code validation to your front-end development process
esnext-quickstart
SydJS talk
Slides
http://nkbt.github.io/brave-new-world
Run
git clone [email protected]:nkbt/esnext-quickstart.git
cd esnext-quickstart
npm install
npm start
Run ESLint report
npm run lint
Run tests
npm test
Run End-to-End tests
npm run test:e2e
Generate test coverage report
npm run test:cov
open ./reports/coverage/index.html
