Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ribborges/tasks-app


https://github.com/ribborges/tasks-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Tasks app

## Running with npm

Download and install [node.js](https://nodejs.org/en).

Set the .env variable to your API URL (Variable name: API_URL).

Open your terminal/cmd on the repo directory and run:

```bash
> npm install
```

```bash
> npm run dev
```

[API repo](https://github.com/ribborges/tasks-api)