hyperapp + tailwindcss/ui + parcel
mkdir new-project && cd new-project
git clone https://github.com/mietennet/hyperapp-tailwindui.git
npm install
This will build and start the dev-server with a tailwind/ui-styled hyperapp-counter-example:
npm run start
To build to ./dist/
just:
npm run build