Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/espy/fffoundation
- Owner: espy
- Created: 2014-06-13T10:27:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T10:57:16.000Z (about 7 years ago)
- Last Synced: 2024-11-08T03:12:25.767Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- 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.