Personal business card written in flutter for web.
robinh.xyz - running on a lightweight docker PHP container.
NEW VERSION BASED ON JS/REACT
Dependencies:
- working Python installation
Steps:
- call
flutter build web
in the root folder" - call
python -m http.server 8000
in /build/web/ directory - open (localhost)[http://localhost:8000/] in browser
Dependencies:
- installation of flutter sdk in beta channel (for now) and "Flutter for web" enabled (for more information, please follow this link
Steps:
- call
flutter run --release
in the root folder alternative:flutter run -d chrome --web-hostname localhost --web-port 5000
- open (localhost)[http://localhost:8000/] in browser