- Prerequisites
- Installation
- Run
Install Node.js. You should have the latest node and npm versions or you will get an npm error. >= npm 2.14.7, node 4.2.1
Install these NPM packages globally
npm install -g bower gulp
Run following commands in a terminal, install all the latest packages if asked for different versions.
npm install
Open index.html
using any editor which provides built-in server. Webstorm is recommended.
You will have to install bootstrap and ngFacebook using bower install bootstrap ngFacebook
.