Chatty is a real-time interactive online chat application. Chatty will allow users to communicate with each other without having to register accounts.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the npm install command.
- Start the web server using the npm run local command('npm run start-react'). The app will be served at http://localhost:3000/.
- Start the WS server using the npm run local command('npm run start-ws). The WS server will be served at http://localhost:3001/.
- Go to http://localhost:3000/ in your browser.
- React
- Webpack
- babel-loader
- webpack-dev-server
- uuid