simnalamburt / chat

Simple web-based chat app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat

Simple web-based chat app.

Sample Image

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
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.

About

Simple web-based chat app

License:Other


Languages

Language:TypeScript 81.8%Language:CSS 10.6%Language:Ruby 4.0%Language:JavaScript 2.3%Language:HTML 1.3%