- First follow all instructions for cloning and installing backend (link above)
npm install
to install all packages
rails s
to start your server (this will most likely be bound to port 3000; if not you may need to changeBASE_URL
constant in/src/utils/baseURL.js
)npm start
to start React front end- visit
localhost:3001
(as long as you started your Rails server first)