2niuhe / angular-crash-todolist

Simple app for Angular crash course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Crash Course (TodoList)

This is the code for the crash course on YouTube

Quick Start

# Install dependencies
npm install

# Serve on localhost:4200
ng serve

# Build for production
ng build

About

Simple app for Angular crash course


Languages

Language:TypeScript 80.6%Language:JavaScript 8.5%Language:HTML 6.4%Language:CSS 4.5%