Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikemaccana/boilerplatejs


https://github.com/mikemaccana/boilerplatejs

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# boilerplate.js

A template for full-stack JS apps, featuring:

* A filled out package.json
* npm shrinkwrapped
* Express 3
* Handlebars templates
* SASS, with Live Reload
* gulp
* RequireJS, for shared code between the server and the browser out of the box
* A JSON+comments config file

License MIT

### Installing Boilerplate JS

Assuming you've already got node installed, run:

npm install .

Then:

gulp