Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lgrignon/jsweet-live-sandbox
JSweet's online playground using NanoHttpd
https://github.com/lgrignon/jsweet-live-sandbox
Last synced: about 7 hours ago
JSON representation
JSweet's online playground using NanoHttpd
- Host: GitHub
- URL: https://github.com/lgrignon/jsweet-live-sandbox
- Owner: lgrignon
- License: agpl-3.0
- Created: 2019-02-03T15:25:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T10:02:18.000Z (over 2 years ago)
- Last Synced: 2023-02-26T21:22:12.964Z (over 1 year ago)
- Language: JavaScript
- Size: 880 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsweet-live-sandbox ![CI](https://github.com/lgrignon/jsweet-live-sandbox/workflows/CI/badge.svg)
Online playground for JSweet. Ideal to try JSweet without having to install anything.
## Compile
```
mvn clean && mvn -P client generate-sources && mvn package assembly:single
```## Run
```
java -jar target/jsweet-live-sandbox-3.0.0-jar-with-dependencies.jar &
```## Local dev: browser
Browse `www` using a local web server
(Note `/transpile` must proxy to `localhost:18580`)