https://github.com/simnalamburt/chat
Simple web-based chat app
https://github.com/simnalamburt/chat
webpack5 yarn
Last synced: over 1 year 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 (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T10:18:20.000Z (over 1 year ago)
- Last Synced: 2025-03-13T10:31:32.176Z (over 1 year ago)
- Topics: webpack5, yarn
- Language: TypeScript
- Homepage:
- Size: 3.85 MB
- Stars: 7
- Watchers: 2
- 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
pnpm install
# Build frontend in production mode
pnpm build
# Watch and build frontend in development mode
pnpm dev
# Typecheck + format check
pnpm test
# Fix formatting and auto-fixable linting errors
pnpm fix
```
```bash
cd server
# Install server-side dependencies
bun install
# Start a server, See http://localhost:4567
bun dev
```
--------
*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://i.hyeon.me/chat/sample.png
[Apache License (Version 2.0)]: LICENSE-APACHE
[MIT license]: LICENSE-MIT
[COPYRIGHT]: COPYRIGHT