/todos-react

A Sinatra+ActiveRecord backed todos app built with Flux and React

Primary LanguageJavaScriptMIT LicenseMIT

Todos-React


A todo application writen with React.js and Flux. Uses ActiveRecord and Sinatra to serve the html.

Running


  1. npm install
  2. bundle install
  3. rake db:create db:migrate
  4. gulp watch
  5. rackup
  6. Visit http://localhost:9292 and you should see your todo list