angular training for bijin
- Install nodejs in the system.
- run
node -vandnpm -v. you should get a version number in both the cases. - Install
npmpackages- Go to the application root.
- Run
npm installin the command prompt. - You should see a node_modules folder created in the applicaton root.
- Build your application
- Open a command prompt window.
- Navigate to your application root folder.
- Run
npm run buildto build your project. - You should see a dist folder after the app is built.
- Run the web server to host the application.
- Open an another command prompt window.
- Run
npm startto start the web server. - You can now run the app at
http://localhost:3333
- CommonJS Pattern
- angular.bootstrap
- angular.module
- angular.controller