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