Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 467 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 467 Bytes

Chat Room

React/Redux implementation of a chat room UI. Using redux-form, redux-storage, SASS.

Font Awesome used for spinning status indicator (click to randomize status).

Bots will respond when called out by name.

Client-side only.

Getting Started

Checkout this repo, install dependencies, then start the gulp process with the following:

	> git clone [email protected]:seevee/chat_room_react.git
	> cd chat_room_react
	> npm install
	> npm run dev