Skip to content

nbpro/angular-auth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome !!

Welcome to Angular Seed Project.

This is boilerplate required to quickstart a project.

Development

  1. Take latest code from Github and clone https://github.com/nbpro/angular-cli-boilerplate.git.
  2. Install angular CLI & node js.
  3. Run npm install
  4. For local Development Run ng serve. Navigate to http://localhost:5626/.The app will automatically reload if you change any of the source files
  5. Default port is 5626. you can change the port by command ng serve --port <port number>

Build

  1. ng build inside project directory will build the application.
  2. A build folder will be generated inside project root directory named dist.
  3. Install http-server locally npm install http-server
  4. Check locally by command http-server -a localhost -p 4200 -c-1 ./dist/

*This guide has been documented by Neeraj Kumar <nbneeraj8@gmail.com>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published