Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.