Calculator Web based on Kotlin

To start:

Requirements:

JDK 8
Maven
Node js

Backend:

mvn clean packgage
java - jar ../target/KalkulatorWeb-1.0.0.jar

This will start Backend on localhost:8080

Front End:

Go to front-end/calculator-front
and type:

npm install
npm start

This will start Developer server on localhost:3000
Now go to http://localhost:3000