Complete UI layouts for adventure clubs
Download the repo and go to dist and open index.html in a browser
Note: Install all package globally while installation ( add -g to command )
- Clone repo to your local desktop
- Navigate to your repo in node shell
- Run "npm install"
- Run "bower install"
- 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