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
cd ./client- Change ip address of server in
utilities/sdk/index.js - Run
npm installoryarn - Run development server using
npm startoryarn start - open
localhost:1234in a browser
In case you want to build this repository use npm run build or yarn build








