Setup
Installation
dart pub global activate angel3_cli
Creating a New Project
angel3 init helloangel3 init
Starting Backend Server
# Use the `--observe` flag to enable hot reloading in Angel3. dart --observe bin/dev.dartdart bin/prod.dart
Last updated