Scaffold a new project using boilerplate of ViteJS, TailwindCSS and Handlebars.
Guide: All of the below packages info can be found in attached repositories. Which means this boilerplate have got default settup of packages.
Project contains 2 web pages demo, implementing all essentials code structures of used packages. Run or build project to see, and modify. You can empty src folder in case to start project from scratch.
git clone https://github.com/dendrofen/vitejs-tailwind-handlebars cd vitejs-tailwind-handlebars yarn installor
npm install yarn devor
npm run devTo build this project run
npm run buildor
yarn buildTo preview built project
npm run previewor
yarn preview