/soen387web

Soen 387 Web-Enterprise application design

Primary LanguageHTML

soen387web

Soen 387 Web-Enterprise application design

Setting up the project

You need to make sure that you have NodeJS installed on your machine in order to be able to install all the necessary dependencies. Once you pull the repository down, please make sure to run the following to download all the dependencies:

$ sudo npm -g install bower
$ cd FRONTEND
$ bower install

This will download all the dependencies and install the libraries necessary for the project.