/angular2-task-checklist

A demo project for Angular 2

Primary LanguageCSS

Angular2 task checklist demo

A project to learn Angular2, includes the following:

  • A functional demo application of tasks and checklists
  • Built with Typescript
  • Unit testing (more to be added)
  • API docs (to be added)
  • Build process, including running tests (to be added)

Install

Clone repository

git clone git@github.com:alexisbmills/angular2-task-checklist.git

Install dependencies

npm install -g node-sass live-server typedoc
npm install

Run

Run typescript converter and launch project

npm run tsc
npm start

Run tests

Run tests with Jasmine

npm test

Resources

The following resources have been ever so helpful:

Angular.IO

Victor Savkin's Blog

thoughtram Blog

Angular2 Seed