cgarate / chatty-app

A web socket chat application built with React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatty-App

A real time chat application developed with React as part of the Web Dev Bootcamp at Lighthouse Labs.

Usage

Clone the repository, install the dependencies.

/chatty-app/npm install
cd chatty-server
node server.js
cd ..
npm start
open browser to http://localhost:3000

### Dependencies

* React
* Webpack
* [babel-loader](https://github.com/babel/babel-loader)
* [webpack-dev-server](https://github.com/webpack/webpack-dev-server)

About

A web socket chat application built with React.

License:MIT License


Languages

Language:JavaScript 88.7%Language:SCSS 10.0%Language:HTML 1.4%