A demo e-commerce app concept that uses Firebase, the messaging functionality is not complete.
First you need to install Node then Yarn.
Install all project dependencies: yarn
Run the project in dev mode: yarn start
For the functionality that check the postcode and the "distance to item" to work create an .env file that contains the following:
REACT_APP_GOOGLE_MAPS_API_KEY="Your API key goes here"
You must have the following APIs enabled:
- Geocoding API
- Maps JavaScript API