Home

Awesome

Rails, React & devise_token_auth -- template

Not actively maintained

Config

Backend

Frontend

Starting the dev server

if you dont have foreman installed run: $ gem install foreman
If foreman exits without killing ports 3000/3001 run: $ lsof -ti:3000 | xargs kill

Deployment instructions

(For Heroku)

if you dont have heroku cli installed run: $ npm install -g heroku