README
Boilerplate
Start
npm i
npm run start
and open http://localhost:8080
Build
npm run build
and check ./dist
folder.
Boilerplate for vanilla.js projects.
<script type="module">
import vanillajsBoilerplate from 'https://cdn.skypack.dev/vanillajs-boilerplate';
</script>
npm i
npm run start
and open http://localhost:8080
npm run build
and check ./dist
folder.