To run:
- Serve the backend (refer to the README of terra-aviz-backend)
npm installnpm run start- Since the backend server is already running, it should offer you to serve the frontend on port 3001. Say yes to the prompt.
- For the application to work fully you need to have an
.envfile with the variableREACT_APP_API_KEYwith a valid Google Maps API key.