orakWlum Frontend
orakWlum web frontend based on NodeJS, React, Redux and Material UI.
It uses Websocket to interact with the API, also initializes a ServiceWorker and a Redux Persistor at an extended local storage (localForage).
Configure oKW-frontend
1) Edit the configs at webpack/*.config.js
2) Install dependencies
npm install
3) Start the server
npm start