Skip to content

floodoo/gun_club

Repository files navigation

der glühende Colt

Setup And Run Project

Required flutter version: ^3.7.7

With Makefile

  1. git clone project
  2. make clean
  3. make run-web
  4. http://localhost:3000 aufrufen

Without Makefile

  1. git clone
  2. flutter clean
  3. flutter pub get
  4. flutter pub run build_runner build --delete-conflicting-outputs
  5. flutter run -d web-server --web-hostname localhost --web-port 3000
  6. http://localhost:3000 aufrufen

Used Dependencies

Dependencies

Dev Dependencies