A simple chat with Meteor.js, React.js, Express.js and Socket.io
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
First install Meteor.js
git clone https://github.com/dougtq/AndromedaChat.git
cd AndromedaChat && yarn
Then run the project
yarn start
Open your browser at localhost:3000 to start the chat
The chosen code style is Standard
- Meteor - The web framework used
- React - The visual library used
- Express - The server framework used
- Socket.io - The real-time engine used
This project is licensed under the MIT License - see the LICENSE file for details