- run
yarn install
to install all of the dependencies - in order to run this project properly you need to run react.js development server and Node API server at the same time
- yarn run dev to run both frontend and backend concurrently
- create
.env.dev
files in both frontend and backend folders with values from respective .env files:
Open http://localhost:3000 with your browser to see the result.
Open http://localhost:4000/api/ with your browser to test API Server