Skip to content

vagnervjs/redux-app-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published