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

https://github.com/whysobad/tria-frontend

Frontend for the tria messenger
https://github.com/whysobad/tria-frontend

frontend messenger nodejs tria typescript

Last synced: about 1 month ago
JSON representation

Frontend for the tria messenger

Awesome Lists containing this project

README

          

![frontend_banner](https://user-images.githubusercontent.com/49595640/130368371-56dedea9-5cac-4317-9d6c-d2532edc6314.png)

# Frontend

## Related Projects

- [tria-backend](https://github.com/WhySoBad/tria-backend)
- [tria-client](https://github.com/WhySoBad/tria-client)

## Usage

### Installation

```cmd
git clone https://github.com/WhySoBad/tria-frontend.git
```

```cmd
cd tria-frontend
```

```cmd
npm install
```

### Developer Mode

```cmd
npm run start:dev
```

Open [localhost at port 8000](http://localhost:8000) in your browser

### Build

```cmd
npm run build && npm run start
```

Open [localhost at port 3000](http://localhost:3000) in your browser

## License

AGPL © [WhySoBad](https://github.com/WhySoBad)