solidjs / templates

Vite + solid templates
429 stars 120 forks source link

Is vite required? #148

Open felixf4xu opened 3 months ago

felixf4xu commented 3 months ago

Hi,

I checked all the typescript templates, all of them have a vite.config.ts file, I'm curious to know if vite is required to run?

What if I use tsc to compile and load the generated js file to html?