An open API service indexing awesome lists of open source software.

https://github.com/pulyaevskiy/dartconf2018


https://github.com/pulyaevskiy/dartconf2018

Last synced: 3 months ago
JSON representation

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`.