Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabryprog/spooq-source-helper
A Json Form fork project to help the user to create source file in Spooq
https://github.com/fabryprog/spooq-source-helper
Last synced: 17 days ago
JSON representation
A Json Form fork project to help the user to create source file in Spooq
- Host: GitHub
- URL: https://github.com/fabryprog/spooq-source-helper
- Owner: Fabryprog
- Created: 2022-11-12T17:51:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T08:40:22.000Z (about 2 years ago)
- Last Synced: 2024-04-21T06:17:16.152Z (9 months ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Preview](preview.png)
SPOOQ Source Helper
=========Powered from "json form playground" demo project.
This one-page application will help the user to create [Spooq](https://github.com/supermariolabs/spooq) sources file
The project must be served over HTTP. There are many ways you can achieve that. Here are two:
1. Using Python's `SimpleHTTPServer`
```bash
python -m SimpleHTTPServer
```
Then open this page in your favorite browser:
[`http://localhost:8000/playground/`](http://localhost:8000/playground/)2. Using `http-server` node module
```bash
npm install -g http-server
http-server
```
Then open this in page in your favorite browser:
[`http://localhost:8080/playground/`](http://localhost:8080/playground/)NB: The final `/` in the URL is needed.