Skip to content

Fabryprog/spooq-source-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preview

SPOOQ Source Helper

Powered from "json form playground" demo project.

This one-page application will help the user to create 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
python -m SimpleHTTPServer

Then open this page in your favorite browser: http://localhost:8000/playground/

  1. Using http-server node module
npm install -g http-server
http-server

Then open this in page in your favorite browser: http://localhost:8080/playground/

NB: The final / in the URL is needed.

About

A Json Form fork project to help the user to create source file in Spooq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published