Skip to content

marcelorl/consulta-cep

Repository files navigation

Consulta CEP

Build Status Greenkeeper badge

App to search for addresses by zipcode from Brazil

installation

$ npm i
  • Create a Google API Key allowing maps feature in here.
  • Then paste this API Key within the file .env.local replacing REACT_APP_GOOGLE_MAPS_API_KEY value.

development

$ npm start

build

$ npm run build

lint

$ npm run lint

tests

$ npm test
$ npm run coverage