https://github.com/pulyaevskiy/dartconf2018
https://github.com/pulyaevskiy/dartconf2018
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pulyaevskiy/dartconf2018
- Owner: pulyaevskiy
- Created: 2018-01-27T03:12:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T02:47:14.000Z (over 7 years ago)
- Last Synced: 2025-01-07T16:44:18.500Z (5 months ago)
- Language: Dart
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo Dart application using NodeJS as runtime
See implementation in `node/demo.dart`.
## Installation:
```bash
$ git clone
$ cd dartconf2018/
$ npm install
$ pub get
$ # Compile with DDC
$ pub run build_runner build --output=build/
```## Running:
```
$ node build/node/demo.dart.js # click the link or curl
```## Compile with dart2js
See comments in `build.yaml`.