tree: b05df17d096f047fa15a2cbf5fbc8465918ef834 [path history] [tgz]
  1. console_example.dart
  2. exports_example.dart
  3. fs_example.dart
  4. hello_world.dart
  5. main.dart
  6. process_example.dart
  7. README.md
  8. 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