Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 212 Bytes

Readme.md

File metadata and controls

15 lines (10 loc) · 212 Bytes

Backend

The backend is deployed to Heroku

To Run the server locally

  • cd server
  • npm start

Front-end

The front end is deployed to Netlify To Run the front-end locally

  • cd client
  • npm start