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

https://github.com/0k/jsc3l-browser-test


https://github.com/0k/jsc3l-browser-test

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# jsc3l-browser-test

Small example to demonstrate usage of JSC3L through ``jsc3l-browser``
package.

## Usage

You can compile and test locally this example. The reading of
``index.html`` and ``index2.html`` should be informative.

## Install

This package is using `npm` to track dependendies, so you can install them
with:

```shell
npm install
```

## Compile and run

```shell
npx gulp serve
```