/angularjs-routing

AngularJS - CRUD Static Web Application (using ngRoute)

Primary LanguageHTML

AngularJS Routing

Demo This is an AngularJS based static webapp for demonstration purpose.

Alt text

Alt text

Alt text

Steps:

1- Install http-server

 npm install http-server -g

2- Run http server

http-server .

3- Verify site running

curl http://localhost:8080

##Using Docker: 1- Build docker image based on NGINX

docker build -t angular-routing:1.0 .

2- Verify image

docker images

3- Run docker container

docker run -d -p 8080:80 --name angular-routing-static-webapp angular-routing:1.0

4- Verify site running

curl http://localhost:8080