ultimate_todo
- Jam-packed todo app featuring Angel, AngularDart and Flutter.
cd common
pub get
cd backend
pub get
To run (in production mode):
angel start --production
cd web_client
pub get
ANGEL_ENV=production pub build
cd flutter_client
flutter get
flutter run