Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 639 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 639 Bytes

ngSocial

Table of Contents

  1. Prerequisites
  2. Installation
  3. Run

Prerequisites

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

Installation

Run following commands in a terminal, install all the latest packages if asked for different versions.

npm install

Run

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.