An open API service indexing awesome lists of open source software.

https://github.com/dleitee/react-cep

Componente em React para acessar api de cep
https://github.com/dleitee/react-cep

Last synced: about 1 year ago
JSON representation

Componente em React para acessar api de cep

Awesome Lists containing this project

README

          

# react-cep
Componente em React para acessar api de cep [Postmon](https://github.com/PostmonAPI/postmon)

## Executar localmente

Clonar o repositório para seu ambiente:

```
$ git clone https://github.com/dleitee/react-cep.git
$ cd react-cep
```

Instalar os pacotes:

```
$ npm install
```

Executar o build:
```
$ gulp
```

Executar aplicação:

```
$ node index.js
```

Acesso a aplicação: [http://localhost:5000](http://localhost:5000)