Screencast: Youtube
First, install the Dart virtual machine from dartlang.org. Then, run pub get
while inside root Bullet directory
- To start to server, run
dart bin/server.dart
in a terminal - Then, open
localhost:8888
in Dartium
- Run
pub build
in a terminal - Edit bin/server.dart and change the constant HOME to '../build/web'
- To start to server, run
dart bin/server.dart
in a terminal - Then, open
localhost:8888
in your browser.