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 directorynpm install
to install Grunt plugins and other dependenciesgrunt
orgulp
to start server (using gulp requires "npm install -g gulp")- browse localhost:3000