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 install
or
yarn install
To run the project in dev mode (watch feature), just run:
npm start
or
yarn start
npm run test
or
yarn test
To generate production assets, just run:
npm run build
or
yarn test
Files will be available in /dist
folder, use the same index.html
at the root folder.