Test project recreating Heureka.cz
To test or build:
- Install Dart
- Activate webdev
pub global activate webdev
- Get dependencies
pub get
- Note: You might need to add Dart, pub or webdev paths to PATH
To test: webdev serve
(or webdev serve --release
on incompatible browsers)
To build: webdev build --output web:build
abandoned