Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benhalverson/react-chatroom-ui

A simple chat app that uses node socket.io and react
https://github.com/benhalverson/react-chatroom-ui

Last synced: 7 days ago
JSON representation

A simple chat app that uses node socket.io and react

Awesome Lists containing this project

README

        

# Reactn

## A React and Socket.io based chat app by Ben Halverson

- Demo link http://chatapp-demo.netlify.com

## Front-end

- react.js
- socket.io client

## Back-end

- node.js
- socket.io api

## Usage

`npm i` to install packages

`npm start` for the front-end

`npm run server` for the node server

- Make sure to rename the `.env.local.sample` to `.env.local` and `.env.production.local`