README
template
Polix initializes the template
Install
$ npm i polix-cli -g
$ pol init example && cd example
Start
$ make dev
# or
$ ./bin/build.sh && cd dist && node index.js
polix template
<script type="module">
import polixTemplate from 'https://cdn.skypack.dev/polix-template';
</script>
Polix initializes the template
$ npm i polix-cli -g
$ pol init example && cd example
$ make dev
# or
$ ./bin/build.sh && cd dist && node index.js