Example project to the lecture about React, Redux.
It implemets some sample of the chat application with chats. For instant messaging I use socket.io.
This repository contains frontend only. If you want to find server side or lecture go to Links.
On the branch master
: pure React with JSX.
On the branch redux
: React + Redux.
- Install project's dependencies:
npm i
- To run application for development use:
npm run start
- To build application use:
npm run build