nomanHasan / todoapp-angular

An Angular app to serve as a frontend of Todo App. Tasks can be created, read, updated and deleted here.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoappAngular

First download this project to your computer.

Download Instruction

Run git clone https://github.com/nomanHasan/todoapp-angular

Setup Project

Run cd todoapp-angular to go inside the directory

Run npm install to install all the dependencies.

Run npm install -g @angular/cli to install Angular CLI globally.

Run ng serve to run the Development Server

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Generate Build files

Run ng build to generate Built Files in the dist directory.

About

An Angular app to serve as a frontend of Todo App. Tasks can be created, read, updated and deleted here.


Languages

Language:TypeScript 68.6%Language:HTML 19.4%Language:JavaScript 10.7%Language:CSS 1.3%