Simple react app to find an address based on CEP code (brazilian postal zip code) and plot a marker on a map
First of all, you need to install the project dependencies using npm or yarnpkg.
npm installor
yarn installTo run the project in dev mode (watch feature), just run:
npm startor
yarn startnpm run testor
yarn testTo generate production assets, just run:
npm run buildor
yarn testFiles will be available in /dist folder, use the same index.html at the root folder.