This is the code repository to accompany a tutorial on how to create a Rails API then, using the Webpacker gem, build a React front-end to consume it.
- Clone repo
- Run
bundle install
- Run
yarn install
- Run
rake db:create
,rake db:migrate
, thenrake db:seed
- Start the Rails server with
rails s