Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simnalamburt/chat
Simple web-based chat app
https://github.com/simnalamburt/chat
webpack5 yarn
Last synced: 17 days ago
JSON representation
Simple web-based chat app
- Host: GitHub
- URL: https://github.com/simnalamburt/chat
- Owner: simnalamburt
- License: other
- Created: 2016-04-08T23:48:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T15:22:40.000Z (about 2 months ago)
- Last Synced: 2024-10-12T18:56:23.137Z (about 1 month ago)
- Topics: webpack5, yarn
- Language: TypeScript
- Homepage:
- Size: 3.88 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
Chat
========
Simple web-based chat app.![Sample Image]
```bash
cd client# Install client-side dependencies
yarn
# Build frontend in production mode
yarn build
# Watch and build frontend in development mode
yarn dev# Typecheck + format check
yarn test
# Fix format
yarn fmt
```
```bash
cd server# Install server-side dependencies
bundle# Start a server, See http://localhost:4567
bundle exec run# Start the server in production mode
RACK_ENV=production bundle exec run
```
--------
*chat* is primarily distributed under the terms of both the [Apache License
(Version 2.0)] and the [MIT license]. See [COPYRIGHT] for details.[Sample Image]: https://raw.githubusercontent.com/simnalamburt/i/master/chat/sample.png
[Apache License (Version 2.0)]: LICENSE-APACHE
[MIT license]: LICENSE-MIT
[COPYRIGHT]: COPYRIGHT