bolatovumar / habanero-prototype-boilerplate

A simple boilerplate to start off prototyping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Habanero Prototype Boilerplate devDependency Status Build status

A simple boilerplate to start off prototyping. Built with HTML5 Boilerplate, Normalize, Twitter Bootstrap, Assemble, and Grunt.

Build Instructions

  1. Install NodeJS.

  2. Run npm install at the root project folder.

    This will read the package.json file and pull in all required node modules and put into a directory called node_modules.

  3. Use npm to build:

    • npm run build will create a debug/test version of the site
    • npm run production will create a production version of the site (i.e. JavaScript and CSS concatenated and minified)
    • npm start will create the debug/test version of the site, then create a simple testing server
    • npm run bower will download the latest front end packages to the bower_components folder and copy them into the corresponding vendor folders. This will overwrite any changes.

About

A simple boilerplate to start off prototyping.

License:MIT License


Languages

Language:JavaScript 43.3%Language:CSS 40.7%Language:HTML 15.9%