An open API service indexing awesome lists of open source software.

https://github.com/leiberbertel/tasks-frontend

App created with Vue 3 consuming a Restful API of its own
https://github.com/leiberbertel/tasks-frontend

javascript node-js vue3

Last synced: 3 months ago
JSON representation

App created with Vue 3 consuming a Restful API of its own

Awesome Lists containing this project

README

        

# Tasks App Frontend
## _This is my frontend app coded with vue 3 that consumes the Tasks Restful API._

## Install dependencies ⚒
```
npm install
```

### Running the project 🚀
```
npm run serve
```

### Lints and fixes files ❌
```
npm run lint
```

### Example execution logs ⚒:

``` bash
App running at:
- Local: http://localhost:8080/
- Network: http://192.168.1.37:8080/`
```