README
create-lightscript-web-app
This will create a minimal skeleton for a LightScript app running in the Browser.
Simply run npm init lightscript-web-app my-app-name
This will create a minimal skeleton for a LightScript app running in the Browser.
<script type="module">
import createLightscriptWebApp from 'https://cdn.skypack.dev/create-lightscript-web-app';
</script>
This will create a minimal skeleton for a LightScript app running in the Browser.
Simply run npm init lightscript-web-app my-app-name