jss2

Rewrite JSS library by Type Script

Usage no npm install needed!

<script type="module">
  import jss2 from 'https://cdn.skypack.dev/jss2';
</script>

README

jss2

Simplify the JSS library by using typscript

VS extenstions:

Jest
TSLint
TypeScript Toolbox
Jest tests runner for vscode
GitLens — Git supercharged
ESLint
EditorConfig for VS Code

Notes For linux:

vim /etc/sysctml.conf

Add the flowing line:

fs.inotify.max_user_watches=524288

Then run command:

sudo sysctl -p

Run test

yarn test

Or

yarn test:watch