esnext-quickstart

July 8, 2016 · View on GitHub

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 git@github.com: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

Contents

  1. 1SydJS talk
  2. 2Slides
  3. 3Run
  4. 4Run ESLint report
  5. 5Run tests
  6. 6Run End-to-End tests
  7. 7Generate test coverage report
  8. 8Demo