https://github.com/mattphillips/es6-prototype-boilerplate
Boilerplate setup for quick prototyping with es6 using budo to build and mocha for testing.
https://github.com/mattphillips/es6-prototype-boilerplate
Last synced: 16 days ago
JSON representation
Boilerplate setup for quick prototyping with es6 using budo to build and mocha for testing.
- Host: GitHub
- URL: https://github.com/mattphillips/es6-prototype-boilerplate
- Owner: mattphillips
- Created: 2016-06-23T20:49:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T20:36:00.000Z (about 9 years ago)
- Last Synced: 2025-06-14T05:03:21.696Z (16 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# es6-prototype-boilerplate
💻💯🍽Boilerplate setup for quick prototyping with es6 using budo to build and mocha for testing.
- Build and serve on localhost:8080
`npm start`
- Running tests
`npm test`