Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.26 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.26 KB

Read me

This is an open-source boilerplate made by Frontjet team, for developing Bootstrap3 based mobile-first HTML5 & CSS3 websites. The package is including:

http://frontjet.com

Installation

Before usage you must have node.js with npm (node package manager) installed.

First install grunt as a console service. Run

npm install -g grunt-cli

This will install grunt in your system environment. You can read more here http://gruntjs.com/getting-started

After grunt instalation change to your project dir where package.json is located. And run the following command.

npm install

This will install grunt and node modules, which are used for SASS compilation into CSS, EJS compilation into HTML. To run autocompilation while development you would do this:

grunt watch

To build once for production you may use

grunt build

Enjoy! :)