Ready-to-use starter project for TailwindCSS and Parcel bundler. Based on Tailblocks. You can find demonstration of the build result here.
Install NodeJS (under v15 because it uses deasync)
choco install nodejs-lts -y
Install dependencies from package.json
.
npm install
run dev server or build your project to dist
npm run dev
npm run build
change repro version in package.json
and commit version tag
npm version major
npm version minor
npm version patch
Windows CMD only: Create named release in release
folder.
npm run release