📯 Postal code discovery web app built with React/Redux and Google Maps
Prerequisites: node and yarn must be installed locally.
git clone git@github.com:imollov/postcode-finder.git
cd postcode-finder
yarn
Copy .env.example
to .env
and paste your Google Maps API key
Run the local dev server
yarn start