GitHunt

Angular-ToDoList

This is my Angular 8 sandbox

example from 2018-11-27 (Angular7) on github.io Site

To check this repository on your computer please:

$: git clone https://github.com/LukaszSarzynski/Angular-ToDoList (to get this repo to your computer)

$: cd Angular-ToDoList (to go inside)

$: npm install (to get dependencies of this repo {file: package.json} )

$: npm install --only=dev (to get devDependencies of this repo {file: package.json} )

$: npm install -g @angular/cli (to global install Angular CLI )

$: ng serve -o (to see result of this repo on your browser)

if something not works, you can also:

Languages

TypeScript74.2%JavaScript12.3%HTML10.9%CSS2.6%

Contributors

MIT License
Created November 22, 2018
Updated February 10, 2020
LukaszSarzynski/Angular-ToDoList | GitHunt