An open API service indexing awesome lists of open source software.

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

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
```