christophercr / todos

Demo app for AngularJS training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todos App with AngularJS

About

Demo app for Angular JS training using the following libraries:

This project has been adapted from the AngularJS TodoMVC example for learning purposes: https://github.com/tastejs/todomvc/tree/master/examples/angularjs

Installation

First of all, make sure that you have installed NodeJS & npm: https://nodejs.org/en

Then you can get this project in 2 ways:

Now you can download all the necessary dependencies using the setup script: npm install.

Scripts

  • npm run test: run unit tests with Karma
  • npm run server: start the development server (ExpressJs server)
  • npm run server-stop: stop the development server

License

This project and all associated source code is licensed under the terms of the MIT License.

About

Demo app for AngularJS training

License:MIT License


Languages

Language:JavaScript 84.2%Language:HTML 15.2%Language:CSS 0.6%