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

https://github.com/paramsinghvc/board-game


https://github.com/paramsinghvc/board-game

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# ES6-boilerplate
Standard ES6 Boilerplate configured with babel, webpack and eslint.

## Usage
* `npm start` to run eslint on watch mode and dev-server at localhost:8080.
* `npm run watch` to only watch for/recompile on changes.
* `npm run build` to generate a minified, production-ready build.