Skip to content

SuperIzya/exercise

Repository files navigation

Exercise with zookeeper, akka-actor, akka-stream, akka-http, React, mobx

Prerequisites

To run

To develop

  • 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.

Build & run

For "production"

From root folder run

sbt pack
./start.sh

After everything has started, open in browser http://localhost

For development

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