Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinrosenberg/mess-hall
For throwing messages back and forth down the hall. (That's what "mess hall" means, right?)
https://github.com/martinrosenberg/mess-hall
chat express react
Last synced: 11 days ago
JSON representation
For throwing messages back and forth down the hall. (That's what "mess hall" means, right?)
- Host: GitHub
- URL: https://github.com/martinrosenberg/mess-hall
- Owner: MartinRosenberg
- License: gpl-3.0
- Created: 2019-09-30T02:20:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:44:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T13:05:38.791Z (23 days ago)
- Topics: chat, express, react
- Language: JavaScript
- Size: 995 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mess-hall
For throwing messages back and forth down the hall. (That's what "mess hall" means, right?)
## Install
In the terminal, run:
```bash
git clone https://github.com/MartinRosenberg/mess-hall.git
cd mess-hall
yarn
```## Run
1. In the terminal, run your choice of mode from below.
2. Open the client in your browser at .### Development mode
```bash
yarn dev
```### Production mode
```bash
yarn build
yarn start
```