README
This is the output from following along this tutorial: React + Rails API Authentication
Initial setup
bundle install
rails db:migrate
cd ReactAuthApp
yarn install
Running server
Start up the rails server
rails s -p 3001
Start up the react server
cd ReactAuthApp
yarn start