Browser-ready jsc3l implementation
The package jsc3l-browser-test
that you can find
here have nice
example of a typical usage of this package. You should probably have a
glance at it.
Package is using npm
to track dependendies, so you can install them
with:
npm install
As this package is written in typescript
. You can transpile to
javascript and transpile on file change with:
## Compile and watch
npx tsc -w