Frameworkless html and javascript site template
Mainly it uses rollup to add tailwind + postcss, the rest is plain javascript and html, no js framework
# start an http local server with livereload
$ npm run dev
# generate production files in a public/ folder
$ npm run build