Just clone the repo and start hacking:
$ git clone https://github.com/nkiateam/angular-tutorial.git
$ cd angular-tutorial
$ npm install # Install Node.js components listed in ./package.json
$ npm start # Compile and launch웹브라우저에서 http://localhost:3000/test/index.html
.
├── /dist/ # The folder for compiled output
├── /docs/ # Documentation files for the project
├── /libs/ # javascript library
├── /node_modules/ # 3rd-party libraries and utilities
├── /src/ # The source code of the application
│ ├── /components/ # React components
│ └── /app.js # Client-side startup script
├── package.json # The list of 3rd party libraries and utilities
└── webpack.config.js # webpack module builder config file
- Module
- Metadata
- Decorator
- Component
- Template
- Data Binding
- Directive
- Service
- Dependency Injection
- Life Cycle
- TypeScript
- Dart
- Javascript