Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

nextjs react tailwindcss typescript zustand

Last synced: 1 day 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)