Skip to content

Implementation of the TODO application using Angularjs 2.0

Notifications You must be signed in to change notification settings

jmurkoth/TODOAngular2

Repository files navigation

TODO Application using Angular2

This is a sample application intended to learn Angular2.

Build Status

Build Status from VSTS :

Goals

These are the high level goals

  • Learn Angular2
  • Set up some reusable assets or project template
  • Explore concepts like AOT
  • Set up Linting rules for Angular2
  • Follow the Angular2 Style guidelines
  • Incorporate Webpack into the Angular2 Pipeline
  • Explore Angular2 testing

Setting up your environment

1. Prerequisites

  • Ensure that you have git installed on your machine
  • Make sure that you have node and npm installed
  • Make sure that you have yarn installed

2. Clone the repository

git clone https://github.com/jmurkoth/TODOAngular2.git

2. Install the dependencies

    cd TODOAngular2
    yarn 

3. Run the application

    npm run serve-dev

Reference

About

Implementation of the TODO application using Angularjs 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published