Skip to content

manuvakery1/angular-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-demo

demo angular project

how to run

clone this repo to local

update the nginx configuration with following content

server {
    listen 80;
    ssi on;
    server_name localhost;

    location / {
        root <PATH_TO_PORJECT_DIR>;
        try_files $uri $uri/ /index.html;
    }
}

You will be able to access the application on http://localhost/login

About

demo angular project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published