esnext-quickstart icon indicating copy to clipboard operation
esnext-quickstart copied to clipboard

Bring compilation and code validation to your front-end development process

esnext-quickstart

Unmaintained

Discord

CircleCI Dependencies Dev Dependencies

SydJS talk

SydJS July 2015 - Brave new World by Nik Butenko

Slides

http://nkbt.github.io/brave-new-world

Run

git clone [email protected]:nkbt/esnext-quickstart.git
cd esnext-quickstart
npm install
npm start

Open http://localhost:8080/

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

Demo

http://nkbt.github.io/esnext-quickstart/example