A simple instant messenger powered by WebSockets.
-
Clone the repository to your computer.
-
Run
npm install
to install dependencies. -
Run
npm install
again inside the/ws-server
directory to install dependencies for the WebSocket server. -
Start the WebSocket server by running
npm start
inside/ws-server
. -
Start the Webpack server by running
npm start
in the root directory/
. -
Navigate to
http://localhost:3000/
.
- React
- Webpack
- babel-loader
- webpack-dev-server
- Express