tree: 63153d341c300e2f746dc2e9bd3d49c22cd13503 [path history] [tgz]
  1. console_example.dart
  2. exports_example.dart
  3. fs_example.dart
  4. hello_world.dart
  5. main.dart
  6. README.md
  7. stream_example.dart
node_interop/example/README.md

Building examples

From the root of this repository:

pub run build_runner build --output=build/

Running examples

Look for build/example/{example_name}.dart.js file and run it with node:

node build/example/{example_name}.dart.js