Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 347 Bytes

readme.md

File metadata and controls

22 lines (17 loc) · 347 Bytes

A simple blog app with AngularJS 1.5

Bloggie

Clone the repo first:

git clone [email protected]:Athens-AngularJS-Meetup/blog.git
cd blog

Pull dependencies:

npm i -g bower live-server
bower install

Run a local server:

live-server

Check the app on: http:127.0.0.1:8080