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
- Host: GitHub
- URL: https://github.com/pmlopes/es4x-demos
- Owner: pmlopes
- Created: 2021-05-22T08:16:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T08:19:42.000Z (about 5 years ago)
- Last Synced: 2025-01-08T07:15:58.098Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```