README
Setup of Polythene 0.3 for Mithril
Compatible with Mithril 0.2.5.
Minimal setup example how to create a Polythene app.
Init
yarn
Development server (port 3000)
yarn run dev
Build
yarn run build
Polythene setup example
<script type="module">
import polytheneSetup from 'https://cdn.skypack.dev/polythene-setup';
</script>
Compatible with Mithril 0.2.5.
Minimal setup example how to create a Polythene app.
Init
yarn
Development server (port 3000)
yarn run dev
Build
yarn run build