/todo-react-flux-es6

Todo app build with React, Flux, ES6

Primary LanguageJavaScript

Todo app build with React/Flux/ES6

Demo on Github pages

In order to run the app:

  • Clone the repo
  • Run npm install
  • Run gulp server to start the local http server. To to http://localhost:8787
  • Use gulp watch to watch scss/js files
  • Use gulp sync to reload the page when css/js files were updated

max-borisov/todo-rails-api is used as backed API.