Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ribborges/tasks-app
https://github.com/ribborges/tasks-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ribborges/tasks-app
- Owner: ribborges
- License: mpl-2.0
- Created: 2024-05-14T18:00:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T19:19:39.000Z (8 months ago)
- Last Synced: 2024-05-17T14:41:20.930Z (8 months ago)
- Language: TypeScript
- Homepage: https://tasks-app-fawn-omega.vercel.app
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)