Minimal starter template to use if SSR is not needed.
It includes:
- Typescript v7
- Vite v8
- React (React Compiler*)
- Oxlint
- Oxfmt
(* We use the newly released oxc-transform-react package for react compiler support so we dont have to use the babel
version of it.)
The easiest way to get started is by using giget to get the template:
pnpx giget@latest gh:wanner-work/vite-starter ./vite-starterInstall the Oxc in JetBrains Marketplace to get support for Oxlint and Oxfmt in JetBrains IDEs and enable the auto format on save feature.