Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

filips-alpe/tree

Repository files navigation

Installation

  • Run npm install -g grunt-cli to install grunt
  • npm install && bower install to install dependencies
  • grunt to lint code, run tests and compile LESS
  • npm start to serve the app at http://localhost:3000/"

One-liner - sudo npm install -g grunt-cli && npm install && bower install && grunt && npm start