Skip to content

dendrofen/docker-vitejs-tailwind-handlebars

Repository files navigation

Dockerized @ ViteJS + Tailwind + Handlebars

Scaffold a new project using dokerized boilerplate of ViteJS, TailwindCSS and Handlebars.

Note: This is dockerized version of ViteJS + Tailwind + Handlebars Bolerplate

Packages

Demo

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.

Run Locally

Clone the project

  git clone https://github.com/dendrofen/docker-vitejs-tailwind-handlebars

Go to the project directory

  cd docker-vitejs-tailwind-handlebars

Run docker

  docker compose up

Build Locally

To build this project run

  docker compose -f docker-compose.build.yml up

Preview Build Locally

To preview built project

  docker compose -f docker-compose.preview.yml up