https://github.com/0k/jsc3l-browser-test
https://github.com/0k/jsc3l-browser-test
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0k/jsc3l-browser-test
- Owner: 0k
- License: isc
- Created: 2021-11-17T18:19:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T17:29:32.000Z (over 4 years ago)
- Last Synced: 2025-01-21T10:51:17.709Z (over 1 year ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```