Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 609 Bytes

File metadata and controls

29 lines (23 loc) · 609 Bytes

ngscratch

AngularJs using REST API (CRUD) Using Jetty for testing Improvement : bower,grunt (or gulp) for starting application on a given port proxying the Restful API.

Using NodeJS

git https://github.com/maodo/ngscratch.git
cd ngscratch
npm init
   (accept all defaults)
npm install --save http-server
node node_modules/http-server/bin/http-server

connect browser to http://localhost:8080 example directory is served

Using Python

git https://github.com/maodo/ngscratch.git
cd ngscratch
python -m SimpleHTTPServer

connect browser to http://localhost:8000 example directory is served