A simple blog app with AngularJS 1.5
Clone the repo first:
git clone git@github.com:Athens-AngularJS-Meetup/blog.git
cd blogPull 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
