bikramdangol / myTodoAngularApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a basic TODO app project based on the guidelies of TodoMVC written in Typescript and using Webpack.

Features

  • Angular as a View Framework.

  • Styling is Powered by Sass

  • API is powered by Express

  • For Development

    • Webpack for module management. Docs
    • Live reload.
    • Unit Testing with Karma and Code coverage support.
    • E2E Automated testing configured with Protractor. Yes It can be used with non-angular apps.
    • Continuous Integration (CI) configured to be used with Travis CI;
    • Code Coverage reporting configured to be used with Coveralls
  • Configured to release project to Github.

  • Configured to deploy your Github repository directly to Heroku

###How To:

Below are some place holders on how to write a README.md makdown document.

Project-Name

big Headline

Small Headline

This is s link

This is a well

Numbered List

  1. First Item

    well
    
  2. Second Item

    well
    

    heading

    some thing

Bullet points

  • I am a bullet point

About

License:MIT License


Languages

Language:TypeScript 63.8%Language:JavaScript 34.8%Language:HTML 1.3%Language:CSS 0.1%