Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 266 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 266 Bytes

Example application with AngularJS up and running on Node.js & ExpressJS using Bower.io

Setup

Install Bower

npm install -g bower

Install Dependencies

npm install
bower install

Run App

npm start then visit http://localhost:3000