Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knoxzin1/melhor-preco-admin
https://github.com/knoxzin1/melhor-preco-admin
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/knoxzin1/melhor-preco-admin
- Owner: knoxzin1
- License: mit
- Created: 2016-08-08T04:10:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T18:25:34.000Z (over 8 years ago)
- Last Synced: 2024-10-31T14:05:16.513Z (about 2 months ago)
- Language: JavaScript
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Melhor Preço Admin
App para atualizar informações do aplicativo principal
[![build status](https://img.shields.io/travis/knoxzin1/melhor-preco-admin/master.svg?style=flat-square)](https://travis-ci.org/knoxzin1/melhor-preco-admin)
## Instalando para desenvolvimento
### Pré-Requisitos
* [node.js](https://nodejs.org) >= 6.0.0 e [npm](http://npmjs.com) >= v3.0.0.
* [git](https://git-scm.com/)
* [android sdk](developer.android.com/sdk)### Instalando
Clone o repositório e execute:
```shell
npm install
```Copie o arquivo `config.example.js`, renomeie para `config.js` e configure com
seus dados do firebase.## Desenvolvendo
Tenha o react native instalado globalmente
```shell
npm install -g react-native-cli
```Conecte seu telefone ou emulador e execute:
```shell
react-native run-android
```## Testando
### Unit
```shell
npm run test
```