Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/VulderApp/Frontend


https://github.com/VulderApp/Frontend

material-ui react react-dom-router

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Frontend

[![Lint project](https://github.com/VulderApp/Frontend/actions/workflows/lint.yml/badge.svg)](https://github.com/VulderApp/Frontend/actions/workflows/lint.yml)
[![Discord](https://discord.com/api/guilds/967720694567813150/widget.png?style=shield)](https://discord.gg/RP6JNRpnph)

Main web application to show timetable from your school

## Requirements

* Node.js >= 16
* Yarn v1

## Install dependencies

```bash
$ yarn
```

## Run app in dev mode

```bash
$ yarn
$ yarn start
```

## Build

```bash
$ yarn build
```