/React-Todo

Rails Todo with a modern twist, React/Redux

Primary LanguageJavaScript

React / React-router, using Redux-flux implementation, backed by a Rails API.

This is now a very old project and thus will be archived, I will be posting a more up to date version shortly

Running Locally

You will need both Ruby/Rails and Node

npm install
bundle install
rake db:create db:migrate
rails s
npm run devserve

Navigate to localhost:8080

License

This project is licensed under the MIT License