Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 268 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 268 Bytes

Angular Boiler Plate

This is a simple boilerplate app for an AngularJS website backed by a Node server.

Setup

bower install
npm install

start the node server with

node node_modules/http-server/bin/http-server

browse to localhost:8080