Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 720 Bytes

File metadata and controls

33 lines (18 loc) · 720 Bytes

SchemaJS Examples

This repository contains multiple examples of schemas that can be run with SchemaJS. Feel free to navigate through examples and learn more about the different usages and APIs.

Running Example

Clone repository

$ git clone https://github.com/Schema-JS/examples.git

Access example

$ cd examples/books

Run engine

$ schemajs start

Interact with it

Read more about interacting with REPL through Hello World example