- Flutter SDK (>=3.0.0)
- Dart SDK (>=3.0.0)
- Start the Frontend (Development):
Frontend will be available at
cd frontend flutter pub get flutter run -d web-server --web-port 8080http://localhost:8080
-
Build Frontend:
cd frontend flutter build webStatic files will be generated in
frontend/build/web/ -
For Codesphere Deployment:
- The
ci.ymlprepare step runsflutter build webin the frontend directory - Both services run on port 3000 with path-based routing:
- Frontend static files:
/ - Backend API:
/api/*
- Frontend static files:
- The