Exercise with zookeeper, akka-actor, akka-stream, akka-http, React, mobx
- docker see instructions for installation
- docker-compose see instructions for installation
- bash
- Java 8 install from here
- Sbt see installation instructions here
- Node.js with npm. Installation instructions are here
After all tools are installed, run npm i
from root folder. This will install all node packages.
From root folder run
sbt pack
./start.sh
After everything has started, open in browser http://localhost
From root folder run
sbt pack
./dev.sh
and in another terminal run
npm run dev
After everything has started, open in browser http://localhost:8080