Server written in Typescript Client written in Flutter
- Clone repo
- cd to nGewinnt/ngewinntclient
- edit main.dart and change endpoint
- run
flutter pub get
- run
flutter build web --base-href /client/
(if you are using an reverseproxy, you will have to change the base-href)
- Clone repo
- cd to nGewinnt/ngewinntserver
- run
npm install
- copy built clientfiles (ngewinntclient/build/web/) to htmlclient
- edit app.ts and set infos
- run
npm run dev