https://github.com/espy/fffoundation
My basic setup with grunt, sass, linting, livereload-server etc.
https://github.com/espy/fffoundation
Last synced: 9 months ago
JSON representation
My basic setup with grunt, sass, linting, livereload-server etc.
- Host: GitHub
- URL: https://github.com/espy/fffoundation
- Owner: espy
- Created: 2014-06-13T10:27:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T10:57:16.000Z (over 8 years ago)
- Last Synced: 2025-09-01T18:48:11.898Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.