Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 403 Bytes

gitcheese.client

Requirments

  • git
  • nodejs
  • bower (npm install bower -g)
  • grunt (npm install grunt -g)
  • grunt-cli (npm install grunt-cli -g)

How do I get set up?

  • npm install
  • bower install
  • grunt serve

App should be accessible on http://localhost:9001

Other options

  • grunt build - to build release version
  • grunt serve:dist - to build and run release version.