Skip to content

n3wborn/vite-preact-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vitejs (Preact + Typescript) Docker boilerplate

Setup

Install Docker if needed, then :

# clone this repo
git clone git@github.com:n3wborn/vite-preact-ts.git

# get into it
cd vite-preact-ts

## build Docker image based on the Dockerfile
make docker_build

# install dependencies
make install

# start vite "dev" mode
make dev

Open http://localhost:3000/ on your browser and you're good to go !