Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfpaiva/iddogs
Uma galeria com fotos de cachorros filtrados pelas raças: husky, labrador, hound e pug.
https://github.com/gfpaiva/iddogs
babel eslint html jest netlify react scss webpack
Last synced: 20 days ago
JSON representation
Uma galeria com fotos de cachorros filtrados pelas raças: husky, labrador, hound e pug.
- Host: GitHub
- URL: https://github.com/gfpaiva/iddogs
- Owner: gfpaiva
- License: mit
- Created: 2019-07-06T13:19:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T05:43:44.000Z (over 1 year ago)
- Last Synced: 2024-11-05T05:33:30.023Z (2 months ago)
- Topics: babel, eslint, html, jest, netlify, react, scss, webpack
- Language: JavaScript
- Homepage: https://gfpaiva-iddogs.netlify.com/
- Size: 1.33 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IDDogs #
[![Build Status](https://travis-ci.org/gfpaiva/iddogs.svg?branch=master)](https://travis-ci.org/gfpaiva/iddogs) [![Coverage Status](https://coveralls.io/repos/github/gfpaiva/iddogs/badge.svg?branch=master)](https://coveralls.io/github/gfpaiva/iddogs?branch=master) [![StackShare](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/gfpaiva/iddogs)
[IDDogs](https://gfpaiva-iddogs.netlify.com/) Uma galeria com fotos de cachorros filtrados pelas raças: husky, labrador, hound e pug.
## ⚙️ Requer
- Node 10.9.0+
- NPM 6.4.1## 🏃🏽♂️ Rodar projeto local
**Instalação**
- `npm install` ou `npm i`
- `yarn``npm start` ou `npm start -- --no` e abra `http://localhost:3000/` no seu browser
Npm scripts:
| command | description |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| npm run start | inicia servidor local em `localhost:3000` |
| npm run build:dev | cria build com arquivos "abertos" em modo de desenvolvimento |
| npm run build:prod | cria build para produção com arquivos minificatos e otimizados |## ✔️ Checks
- [TravisCI](https://travis-ci.org)
- [Coveralls](https://coveralls.io)## 🔍 Testes
Feito com [Jest](https://jestjs.io/) e [Enzyme](https://airbnb.io/enzyme/)
Npm scripts:
| command | description |
| -------------------- | -------------------------------------------------- |
| npm test -- --watch | roda todos os testes em modo `watch` |## 🚀 Deploy
Hospedado no [netlify](https://www.netlify.com/).
Deploy feito pela [CLI do netlify](https://www.netlify.com/docs/cli/) após os checks do TravisCI.## ⚖️ Licença
Este projeto está licenciado sob a licença MIT - consulte o arquivo [LICENSE.md](LICENSE.md) para obter detalhes.