Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 889 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 889 Bytes

Clubly

Complete UI layouts for adventure clubs

Demo

Download the repo and go to dist and open index.html in a browser

Pre-requirement

Node, Grunt, Bower

Note: Install all package globally while installation ( add -g to command )

Installation

  • Clone repo to your local desktop
  • Navigate to your repo in node shell
  • Run "npm install"
  • Run "bower install"

Grunt Commands

  • grunt = to run all task
  • grunt build = to run all task with JSHint and generate dist folder
  • grunt serve = via node launch localhost with app files
  • grunt serve:dist = via node launch localhost with dist files

Angular Coding Standard

Angular Style Guide