# esnext-quickstart
[](https://david-dm.org/nkbt/esnext-quickstart)
## Run
```sh
git clone git@github.com:nkbt/esnext-quickstart.git
cd esnext-quickstart
npm install
npm start
```
Open [http://localhost:8080/](http://localhost:8080/)
## Run ESLint report
```sh
npm run lint
```
## Run tests
```sh
npm test
```
## Generate test coverage report
```sh
npm run test:cov
```
Open [./coverage/index.html](./coverage/index.html)
## Slides
[http://nkbt.github.io/brave-new-world](http://nkbt.github.io/brave-new-world)