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

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.

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`