mvolkmann / todo-es6

simple Todo application written using ES6 (using Traceur) and AngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-es6

This is a simple Todo application written using ES6 (using Traceur) and AngularJS.

A major goal of this example is to demonstrate that ES6 can be used in conjuction with current JavaScript libraries like AngularJS today.

To run this app:

  • git clone https://github.com/mvolkmann/todo-es6
  • install Node.js
  • npm install -g grunt-cli
  • cd to the repo directory
  • npm install to install Grunt plugins and other dependencies
  • grunt or gulp to start server (using gulp requires "npm install -g gulp")
  • browse localhost:3000

About

simple Todo application written using ES6 (using Traceur) and AngularJS


Languages

Language:HTML 71.7%Language:JavaScript 20.4%Language:CSS 7.9%