https://github.com/appidea/angular-todo-app
Angular todo app
https://github.com/appidea/angular-todo-app
angular javascript typescript
Last synced: 3 months ago
JSON representation
Angular todo app
- Host: GitHub
- URL: https://github.com/appidea/angular-todo-app
- Owner: appidea
- Created: 2018-05-14T08:51:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T09:05:10.000Z (about 7 years ago)
- Last Synced: 2024-05-02T05:12:43.967Z (about 1 year ago)
- Topics: angular, javascript, typescript
- Language: TypeScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.1.
To run the application:
`npm install`
`npm start`
(You should have the newest stable version of node + npm)
Application should be visible at http://localhost:4200/
# From developer
Sorry for possible coding rules breaks - it's my first approach to Angular from the last few years, I used to code in other frameworks in the last time, especially in React.js.
Not so familiar with typescript, but I tried my best.