Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 787 Bytes

README.md

File metadata and controls

55 lines (40 loc) · 787 Bytes

Consulta CEP / CEP Search

Simple react app to find an address based on CEP code (brazilian postal zip code) and plot a marker on a map

Instructions

Install dependencies

First of all, you need to install the project dependencies using npm or yarnpkg.

npm install

or

yarn install

Start dev mode

To run the project in dev mode (watch feature), just run:

npm start

or

yarn start

Running tests

npm run test

or

yarn test

Production build

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.