Skip to content

training-jyas/angular-training-bijin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-training-bijin

angular training for bijin

Steps to bring up the application

  1. Install nodejs in the system.
  2. run node -v and npm -v. you should get a version number in both the cases.
  3. Install npm packages
    • Go to the application root.
    • Run npm install in the command prompt.
    • You should see a node_modules folder created in the applicaton root.
  4. Build your application
    • Open a command prompt window.
    • Navigate to your application root folder.
    • Run npm run build to build your project.
    • You should see a dist folder after the app is built.
  5. Run the web server to host the application.
    • Open an another command prompt window.
    • Run npm start to start the web server.
    • You can now run the app at http://localhost:3333

List we learnt

  • CommonJS Pattern
  • angular.bootstrap
  • angular.module
  • angular.controller

About

angular training for bijin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors