https://github.com/johnsonlee/playground
Interactive playground for mobile UI
https://github.com/johnsonlee/playground
Last synced: 4 months ago
JSON representation
Interactive playground for mobile UI
- Host: GitHub
- URL: https://github.com/johnsonlee/playground
- Owner: johnsonlee
- Created: 2023-04-11T15:24:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T12:08:26.000Z (about 2 years ago)
- Last Synced: 2024-04-14T01:16:16.488Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 84 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playground
Play with mobile UI on the fly.
## Getting Started
```bash
docker-compose up -d
```
```bash
curl -X POST -H 'Content-Type: application/json' http://localhost:8080/api/render -d '{"options":{"debug":true}}'
```
## The underlying - Sandbox
This playground is based on the [Sandbox](https://github.com/johnsonlee/sandbox) project