Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericoliveiras/my-tasks
https://github.com/ericoliveiras/my-tasks
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericoliveiras/my-tasks
- Owner: EricOliveiras
- Created: 2023-07-24T18:08:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T13:43:15.000Z (about 1 year ago)
- Last Synced: 2023-10-18T14:43:30.271Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://my-tasks-project.vercel.app/
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Tasks
Projeto Front-End para criação de tasks, consumindo uma API em Golang.
Obs: [Api Golang](https://github.com/EricOliveiras/basic-crud-go) <- Api para utilizar com o projeto.
## Utlizando o projeto
### Dependências globaisVocê precisa destas dependencias instaladas:
- Node.js LTS v18 ou superior.
## Rodando localmente
Clone o projeto
```bash
git clone https://github.com/EricOliveiras/my-tasks.git
```
### Rodando o projetoEntre no diretório do projeto:
```bash
cd my-tasks
```
Instale as dependências:```bash
npm install
```
Rode o comando:```bash
npm run dev
```Acesse: http://localhost:5173