[Work in progress...]
Chat app created with node.js
Project is created with:
- express: 4.17.1
- mustache: 4.0.0
- socket.io: 2.3.0
To run this project, install it locally using npm:
$ cd ../<project-name>
$ npm install
$ npm start
Open browser and navigate to the default port used by ReactJS development server: http://localhost:3000
