Install dart
brew tap dart-lang/dart
brew install dart
Download dependencies and build the project
dart pub get
dart pub run build_runner build
dart pub global activate webdev
Serve the project
webdev serve
Install dart
brew tap dart-lang/dart
brew install dart
Download dependencies and build the project
dart pub get
dart pub run build_runner build
dart pub global activate webdev
Serve the project
webdev serve