Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dendrofen/docker-vitejs-tailwind-handlebars
Dockerized Boilerplate of ViteJS, TailwindCSS and Handlebars.
https://github.com/dendrofen/docker-vitejs-tailwind-handlebars
boilerplate-frontend docker-compose docker-handlebars-js docker-tailwindcss handlebars-js js-boilerplate tailwindcss vitejs-docker
Last synced: 3 months ago
JSON representation
Dockerized Boilerplate of ViteJS, TailwindCSS and Handlebars.
- Host: GitHub
- URL: https://github.com/dendrofen/docker-vitejs-tailwind-handlebars
- Owner: dendrofen
- Created: 2023-01-03T11:18:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T01:41:56.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T22:37:24.279Z (6 months ago)
- Topics: boilerplate-frontend, docker-compose, docker-handlebars-js, docker-tailwindcss, handlebars-js, js-boilerplate, tailwindcss, vitejs-docker
- Language: Handlebars
- Homepage: https://github.com/dendrofen/docker-vitejs-tailwind-handlebars
- Size: 25.4 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/dendrofen/vitejs-tailwind-handlebars)
## Packages
- [ViteJS](https://github.com/vitejs/vite)
- [TailwindCSS](https://github.com/tailwindlabs/tailwindcss)
- [HandlebarsJS](https://github.com/alexlafroscia/vite-plugin-handlebars)## 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
```bash
git clone https://github.com/dendrofen/docker-vitejs-tailwind-handlebars
```#### Go to the project directory
```bash
cd docker-vitejs-tailwind-handlebars
```#### Run docker
```bash
docker compose up
```## Build Locally
To build this project run
```bash
docker compose -f docker-compose.build.yml up
```## Preview Build Locally
To preview built project
```bash
docker compose -f docker-compose.preview.yml up
```