A clean, simple chat app that lets users chat in real-time with WebSockets and React
Clone chatty and create your own git repo.
git clone [email protected]:typeoh/chatter.git
cd react-simple-boilerplate
git remote rm origin
git remote add origin [YOUR NEW REPOSITORY]
# Manually update your package.json file
Install the dependencies and start both socket and client servers.
npm install
npm start
open http://localhost:3000
This ChattyApp project includes React ESLint configuration.
npm run lint
- React
- Webpack
- Node-Sass
- Sockjs-client
- babel-loader
- webpack-dev-server