Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Fasty-Task Preact


Fasty-Task Preact





js-semistandard-style
License: GPL v3
Vite v5.0.8
Preact v10.19.3

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)