Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 849 Bytes

File metadata and controls

58 lines (47 loc) · 849 Bytes

======================================================

Grunt Example

======================================================

Technologies

  • Grunt
  • HTML
  • CSS
  • JS

Installation

####1. Clone this project

####2. Make sure you have npm installed globally

####3. On the command prompt run the following commands

$ cd `project-directory`
  • node modules install
$ npm install
  • to run the project for development
$ grunt

File Structure:

► scr ∟► js ∟ ..... ∟► less ∟ ..... ∟► pages ∟ **.html ∟► tpl-default ∟ **.html ∟► tpl-specific ∟ **.html ∟ index.html ∟ 404.html

► dev ∟► js ∟ ..... ∟► css ∟ ..... ∟► pages ∟ **.html ∟ index.html

Branches:

  • master