Based on : https://github.com/jameshibbard/react-rails-crud-app
- Clone repo
- Run
bundle install
- Run
npm install
- Run
rake db:create
,rake db:migrate
, thenrake db:seed
- Start the Rails server and esbuild with one command
./bin/dev
- Hit http://localhost:3000/