- Install Node.js and clone this repository.
- Run the following commands from a terminal in the root folder of the cloned repository.
$ npm install --global gulp bower
$ npm install
$ bower install- Run gulp from the terminal, to create the application files.
gulp- Open a new terminal, and run the following gulp command to start the web server. The web server will run on port 8080 by default. If this port is not available on your machine, then edit the config.json file in the project's root folder, and specify a port that will work. Also, you may need to tweak the database settings in the config.json file as well.
gulp server- Open your web browser and point it to http://localhost:8080. The web application will load.