1qlee / chatwick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatter

Build Status Greenkeeper badge

A real-time chat application using React, Node/Express, and socket.io. Built off of the simple-react-full-stack repo by crsandeep.

Quick Start

# Clone the repository
git clone https://github.com/1qlee/chatwick.git

# Navigate to directory
cd chatwick

# Install dependencies
npm install

# Start dev server
npm run dev

# Build
npm run build

# Start production server
npm start

In development mode, 2 servers will start: one at port 8080 and another at 3000. The one at 3000 will be your app (the front-end) and the one at 8080 will be the server (the back-end).

About


Languages

Language:JavaScript 96.2%Language:CSS 3.0%Language:HTML 0.8%