Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 547 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 547 Bytes

Pro AngularJS

Contains source codes for Pro AngularJS book from Apress by Adam Freeman

To start the project:

  1. Install Git and Node.js
  2. $ git clone [email protected]:sbedulin/pro-angularjs-book.git
  3. $ cd pro-angularjs-book
  4. $ npm install
  5. $ npm install -g bower
  6. $ bower install
  7. $ node server
  8. Open http://localhost:3000 in a browser