censis-archive/smartoffice/SmartOfficeGit/SmartOfficeGit
2016-06-06 11:47:02 +01:00
..
app ”2016-06-06” 2016-06-06 11:47:02 +01:00
gulp ”2016-06-06” 2016-06-06 11:47:02 +01:00
server ”2016-06-06” 2016-06-06 11:47:02 +01:00
test ”2016-06-06” 2016-06-06 11:47:02 +01:00
.bowerrc ”2016-06-06” 2016-06-06 11:47:02 +01:00
.cfignore ”2016-06-06” 2016-06-06 11:47:02 +01:00
.editorconfig ”2016-06-06” 2016-06-06 11:47:02 +01:00
.gitattributes ”2016-06-06” 2016-06-06 11:47:02 +01:00
.gitignore ”2016-06-06” 2016-06-06 11:47:02 +01:00
.jshintrc ”2016-06-06” 2016-06-06 11:47:02 +01:00
.tfignore ”2016-06-06” 2016-06-06 11:47:02 +01:00
app.js ”2016-06-06” 2016-06-06 11:47:02 +01:00
bower.json ”2016-06-06” 2016-06-06 11:47:02 +01:00
Dockerfile ”2016-06-06” 2016-06-06 11:47:02 +01:00
gulpfile.js ”2016-06-06” 2016-06-06 11:47:02 +01:00
htpasswd ”2016-06-06” 2016-06-06 11:47:02 +01:00
LICENSE ”2016-06-06” 2016-06-06 11:47:02 +01:00
middleware.js ”2016-06-06” 2016-06-06 11:47:02 +01:00
package.json ”2016-06-06” 2016-06-06 11:47:02 +01:00
README.md ”2016-06-06” 2016-06-06 11:47:02 +01:00
SmartOfficeDashboard.sln ”2016-06-06” 2016-06-06 11:47:02 +01:00
SmartOfficeDashboard.vssscc ”2016-06-06” 2016-06-06 11:47:02 +01:00
web.config ”2016-06-06” 2016-06-06 11:47:02 +01:00

Smart Office Dashboard

Ensure that node is installed and that bower and gulp have been installed globally. The following command installs the latest versions of both Bower and Gulp for you.

npm install --global bower gulp

Once that has finished, inside the source directory, run the following commands:

  1. npm install .
  2. bower install
  3. gulp default
  4. npm start

The service should now start and it will serve pages on http://localhost:3000