Skip to content
/ todo-es6 Public
forked from mvolkmann/todo-es6

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

Notifications You must be signed in to change notification settings

baad/todo-es6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.0%
  • CSS 28.0%