An open API service indexing awesome lists of open source software.

https://github.com/edouard-lopez/es6-tdd-boilerplate

Quick and minimal way to experiment with ES6
https://github.com/edouard-lopez/es6-tdd-boilerplate

boilerplate es6 es6-boilerplate

Last synced: about 2 months ago
JSON representation

Quick and minimal way to experiment with ES6

Awesome Lists containing this project

README

        

# ES6-boilerplate

> Quick way to experiment or do TDD with ES6.

### Install

yarn install

### Usage

**test**

yarn test
# expected to fail

**run**

yarn start

**serve**

yarn dev # on localhost:8080

**build**

yarn build # production

### License

> MIT License