https://github.com/neonerd/grunt-html5-boilerplate
https://github.com/neonerd/grunt-html5-boilerplate
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neonerd/grunt-html5-boilerplate
- Owner: neonerd
- License: mit
- Created: 2013-11-16T22:52:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T22:58:05.000Z (over 11 years ago)
- Last Synced: 2024-12-27T21:26:27.975Z (7 months ago)
- Language: CSS
- Size: 258 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Grunt HTML5 Dev Boilerplate
---------------------------The Grunt HTML5 Dev Boilerplate is a readymade package to kickstart the frontend development process.
As my personal boilerplate option, it's stripped down to my favorite tools of trade - Boostrap 3 and LESS on the CSS side, CoffeeScript and jQuery on the JS side.
It utilizes the basic modernizr download to provide backward compatibility and polyfills.
Installation
------------1. Clone the contents of this repository to a directory.
2. Install the dependencies with "npm install"
3. Fire up the server with "grunt server" and automatic LESS/CS compilation with "grunt watch"
4. ???
5. Profit.Structure
---------1. "/static" contains the content ready to be served by server
2. "/src" contains content that needs processing