docker run --name name -p 27017:27017 -d mongo
cd ./server- Type
npm installoryarn - Copy
.env.exampleto.envfile and fill it - set FORCE_BOOTSTRAP_DATA ->
trueto seed database for a first(!) run - run
npm run devoryarn dev - Login with
test@devery.deveryand password12345678
cd ./client- Change ip address of server in
utilities/sdk/index.js - Run
npm installoryarn - Run development server using
npm run devoryarn dev - open
localhost:1234in a browser
In case you want to build this repository use npm run build or yarn build








