https://github.com/yurykozhenov/angular2-todo-app
Basic Angular 2 application
https://github.com/yurykozhenov/angular2-todo-app
angular2 todolist typescript webpack
Last synced: 2 months ago
JSON representation
Basic Angular 2 application
- Host: GitHub
- URL: https://github.com/yurykozhenov/angular2-todo-app
- Owner: yurykozhenov
- License: gpl-3.0
- Created: 2016-12-24T15:44:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T22:31:26.000Z (over 9 years ago)
- Last Synced: 2025-12-28T09:48:06.808Z (6 months ago)
- Topics: angular2, todolist, typescript, webpack
- Language: TypeScript
- Homepage: https://yk-angular2-todo-app.herokuapp.com
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Angular 2 Todo App](https://yk-angular2-todo-app.herokuapp.com)
Basic Angular 2 application
### Requirements:
- NodeJS >= 6.9.2
### Commands:
Install dependencies:
```
npm install
```
Run app in debug mode:
```
npm run debug
```
Lint app with TSLint:
```
npm run lint
```
Build app:
```
npm run build
```
Run builded app:
```
npm start
```