Skip to content

suwignyo/chattyApp

Repository files navigation

Chatty App

A single page app that uses React, a popular front-end library created and used heavily by Facebook as well as modern tools for Node including Webpack and Babel for multi-user real-time updates. No database is involved in this app; the focus is on the client-side experience.

Final Product

Chatty App

Usage

Clone this repository and install the dependencies for chatty-app and chatty-server.

npm install

Start both chatty app and chatty app server

npm start
open http://localhost:3000

Dependencies

  • react
  • react-dom
  • webpack
  • webpack-dev-server
  • babel-core
  • babel-loader
  • babel-preset-es2015
  • babel-preset-react
  • babel-preset-stage-0
  • css-loader
  • eslint
  • eslint-plugin-react
  • node-sass
  • sass-loader
  • sockjs-client
  • style-loader
  • random-color
  • uuid

About

chattyApp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors