Use gulp examples/pub.serve to start up the server and go to http://localhost:8080/index_static.html to see the static app.
5 lines
168 B
Dart
5 lines
168 B
Dart
import 'packages/examples/hello_world/static_app.dart' as HelloWorldApp;
|
|
|
|
// TODO(rado): templatize and make reusable for all examples.
|
|
main() => HelloWorldApp.main();
|