Skip to content

alexisbmills/angular2-task-checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A demo project for Angular 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published