Very simple chat. Implemented with using of: Spring Boot + WebSocket, React + Redux, Twitter Bootstrap + Bootswatch "cosmo" theme.
- Go to the
frontend
folder and runyarn install
(NodeJS
andyarn
should be installed first) - Run
npm run build
- Go to the folder with
pom.xml
file and executemvn package
Simple execute as java -jar tinychat-0.0.1.jar
and go to the http://localhost:8080