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
- Host: GitHub
- URL: https://github.com/dleitee/react-cep
- Owner: dleitee
- Created: 2015-09-03T19:01:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T16:26:45.000Z (about 8 years ago)
- Last Synced: 2025-03-16T17:45:19.736Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://react-cep.herokuapp.com/
- Size: 148 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)