https://github.com/paramsinghvc/board-game
https://github.com/paramsinghvc/board-game
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paramsinghvc/board-game
- Owner: paramsinghvc
- License: mit
- Created: 2017-08-04T07:06:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T07:08:42.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T09:08:54.484Z (over 1 year ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.