This is the senior design repository for the CPSC 002 GU Energy Dashboard.
Ensure you have the project downloaded somehow
Linux or Mac users may need "sudo" in front of some of the following commands:
-
Install NodeJS from their website. Default options should be fine.
-
Run:
$ npm install -g grunt-cli bower forever nodemon node-inspector
-
In the server folder from the command line/terminal run:
$ npm install
-
Install ruby (mac may already have this). Make sure to add ruby to path when installing!
-
Restart!
-
Run:
$ gem install compass
-
In the client folder from the command line/terminal run:
$ npm install $ bower install
In the client folder run:
$ grunt serve
In the server folder run:
$ npm test
Make sure your browser is pointing to http://localhost:7457
In the client folder, compile code with:
$ grunt
In the server folder run:
$ npm start