On a Mac, using Homebrew:
brew install nodejs
npm install -g grunt-cli
Clone the directory:
git clone https://github.com/scoophealth/scoop-dashboard
cd scoop-dashboard
Install the required dependencies:
npm install
Run the test
task with grunt
:
grunt test
Or, just use npm test
Run the default
task with grunt
:
grunt serve
Then visit localhost:8080
in Firefox or Chrome.
This task will persist and watch for changed files, if you're using LiveReload Extensions it'll even reload your page for you.