website

Frameworkless html and javascript site template

Features

Mainly it uses rollup to add tailwind + postcss, the rest is plain javascript and html, no js framework

Usage

# start an http local server with livereload
$ npm run dev

# generate production files in a public/ folder
$ npm run build