Chat application by ShrimpJS team. Project curated by Yandex developers at Yandex Interface Developer School.
- Install node.js 4.x and MongoDB
- Run MongoDB
sudo mongod - Clone this repo and run
npm install - For development run:
npm run dev - For production run:
npm start - Head to
http://localhost:3000and see the awesomeness - Run
document.cookie = 'enableDevTools=true'in console to get redux dev tools
