Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismacortgtz/fasty-task-preact
Preact web client of Fasty-task, an app to manage your schol life.
https://github.com/ismacortgtz/fasty-task-preact
client fasty-task js preact schedule school semistandard tasks vite
Last synced: 14 days ago
JSON representation
Preact web client of Fasty-task, an app to manage your schol life.
- Host: GitHub
- URL: https://github.com/ismacortgtz/fasty-task-preact
- Owner: IsmaCortGtz
- License: gpl-3.0
- Created: 2024-02-04T03:12:50.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-08T00:03:04.000Z (9 months ago)
- Last Synced: 2024-10-16T11:25:42.665Z (29 days ago)
- Topics: client, fasty-task, js, preact, schedule, school, semistandard, tasks, vite
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fasty-Task Preact
The preact client for `fasty-task`, an app to manage your scholar life. This client needs an `API`, you will need to connect it a deployed server, you can see the official server repository [here](https://github.com/IsmaCortGtz/fasty-task-server).
### Table of Content
- [Run Locally](#run-locally-%EF%B8%8F)
- [License](#license-)## Run Locally 🛠️
1. Clone the project
```bash
git clone https://github.com/IsmaCortGtz/fasty-task-preact.git
```2. Go to the project directory
```bash
cd fasty-task-preact
```3. Install dependencies
```bash
npm install
```4. Start the server
```bash
npm run dev
```## License 🚨
This proyect is under the [**GPL v3**](https://www.gnu.org/licenses/gpl-3.0) license.
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)