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
- Host: GitHub
- URL: https://github.com/edouard-lopez/es6-tdd-boilerplate
- Owner: edouard-lopez
- Created: 2017-11-27T10:22:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T14:05:16.000Z (over 3 years ago)
- Last Synced: 2025-02-09T11:43:50.464Z (4 months ago)
- Topics: boilerplate, es6, es6-boilerplate
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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