This is an app in Ruby on Rails API and frontend with a react client. Can also sync with a Reac Native app [https://github.com/norbdus/react-native-app]
- React
- Materializecss
- Font-Roboto
Online Demo: https://tasks-manager-vitorio.herokuapp.com/
git clone https://github.com/norbdus/react-test.git
cd react-rails-example
bundle install
rails db:create
cd client
npm install
cd ../
foreman start -f Procfile.dev
and the open http://localhost:3000