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

https://github.com/pmlopes/es4x-demos

Short demos for ES4X
https://github.com/pmlopes/es4x-demos

Last synced: over 1 year ago
JSON representation

Short demos for ES4X

Awesome Lists containing this project

README

          

# A set of demos for ES4X

## Bootstrap a project:

```bash
mkdir hello
cd hello
npm create @es4x project # not really needed here as the projects are on git

# open the generated project with vscode

npm start

# on a second terminal
curl localhost:3000
```

## Showcase interop

```bash
cd async
npm start

# Open index.js
```