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
- Host: GitHub
- URL: https://github.com/whysobad/tria-frontend
- Owner: WhySoBad
- License: agpl-3.0
- Created: 2021-05-14T18:36:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T20:03:41.000Z (over 4 years ago)
- Last Synced: 2025-10-09T22:42:48.968Z (8 months ago)
- Topics: frontend, messenger, nodejs, tria, typescript
- Language: TypeScript
- Homepage: https://tria.chat
- Size: 488 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)