Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikemaccana/boilerplatejs
https://github.com/mikemaccana/boilerplatejs
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikemaccana/boilerplatejs
- Owner: mikemaccana
- License: mit
- Created: 2012-07-22T18:19:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T12:51:21.000Z (over 10 years ago)
- Last Synced: 2024-10-12T01:27:35.847Z (about 1 month ago)
- Language: JavaScript
- Size: 5.07 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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 fileLicense MIT
### Installing Boilerplate JS
Assuming you've already got node installed, run:
npm install .
Then:
gulp