mirror of
https://gitlab.silvrtree.co.uk/martind2000/censis-archive.git
synced 2025-02-10 11:59:17 +00:00
.. | ||
app | ||
gulp | ||
server | ||
test | ||
.bowerrc | ||
.cfignore | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.jshintrc | ||
.tfignore | ||
app.js | ||
bower.json | ||
Dockerfile | ||
gulpfile.js | ||
htpasswd | ||
LICENSE | ||
middleware.js | ||
package.json | ||
README.md | ||
SmartOfficeDashboard.sln | ||
SmartOfficeDashboard.vssscc | ||
web.config |
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:
npm install .
bower install
gulp default
npm start
The service should now start and it will serve pages on http://localhost:3000