Chatty is a real time chat client which allows user to communicate with each other, no login required for users to chat with each other. Built using React and Websockets
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - Start the app server using the
npm start
command. The app will be served at http://localhost:3000/. - Start the websocket server using the
npm run socket
command. The socket will be opened at http://localhost:3001/. - Go to http://localhost:3000/ in your browser.
- React
- Javascript
- HTML
- CSS
- Node
- webpack
- express
- react
- react-dom
- uuid
- ws
- babel
- css-loader
- eslint
- node-sass
- sockjs-client
- style-loader
- webpack