Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 408 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 408 Bytes

angular_with_http

using $http with json file

This project is a basic usage of angularjs with $http request.

Clone project

git@github.com:kimsrung/angular_with_http.git
cd angular_with_http

Run the Application

we have run it with http server. if you don't have one, you can install it by:

sudo npm install -g http-server

Run Project

http-server -a localhost -p 8000 -c-1