Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/espy/fffoundation

My basic setup with grunt, sass, linting, livereload-server etc.
https://github.com/espy/fffoundation

Last synced: 10 days ago
JSON representation

My basic setup with grunt, sass, linting, livereload-server etc.

Awesome Lists containing this project

README

        

# Espy's dev boilerplate

After you clone, please `$ npm install && bower install`.

Run with `$ grunt server`, this will open the site in your default browser. You'll have livereload enabled on all `html`, `scss` and `js` files in `src`;

`$ grunt build` should work but might need some cleanup.