RobbyCowell / chatr

A simple chat application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatr

A simple chat application that supports multiple conversations.

Alt text

Running locally

Clone the repo, and cd into server/ and run:

npm install

npm start

cd into the app/ dir and run:

npm install

npm start

The front-end client will run on localhost:3000, and the server will be available at localhost:5000

Deploy front-end

In the /app directory run npm run build This will output the app into the a build directory and then deploy the directory as static files to your host of choice

About

A simple chat application


Languages

Language:JavaScript 76.4%Language:CSS 16.8%Language:HTML 6.8%