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.
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
- 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
