edouard-lopez / es6-tdd-boilerplate

Quick and minimal way to experiment with ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Quick and minimal way to experiment with ES6


Languages

Language:JavaScript 100.0%