Chatty App is a simple and colorful Instant Messaging, Single Page App that is composed with React. It runs through an Express server using Websockets to make real-time message updates possible!
1. Install the dependencies
2. Start the webpack server in chatty_server with: <run npm start>, default runs on PORT 3001.
3. Start the chatty app with <npm run start>, default runs on PORT 3000.
npm install
npm start
open http://localhost:3000 to run the app
- React
- Webpack
- Express
- UUID
- babel-loader
- webpack-dev-server