https://github.com/nbkhope/backend-simulado-tarefas
https://github.com/nbkhope/backend-simulado-tarefas
backend expressjs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nbkhope/backend-simulado-tarefas
- Owner: nbkhope
- License: mit
- Created: 2018-04-12T06:04:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T20:35:04.000Z (about 2 years ago)
- Last Synced: 2025-03-29T21:29:17.642Z (about 1 year ago)
- Topics: backend, expressjs
- Homepage: https://www.udemy.com/course/aplicativos-moveis-com-o-react-native/
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Projeto 4: Lista de Tarefas (Backend Simulado)
Este projeto é parte do curso **Aplicativos Móveis com o React Native**.
[Clique aqui para acessar o curso](https://www.udemy.com/course/aplicativos-moveis-com-o-react-native/).
## Como Rodar
Instale as dependências:
```sh
yarn install
```
Rode:
```sh
yarn start
```