Minimal starter template to use if SSR is not needed.
It includes:
- Typescript v7*
- Vite v8
- React (React Compiler)
- Oxlint
- Oxfmt
(* We use unreleased versions of TypeScript to take advantage of the immense performance improvements. If a
problem arises, you can switch to the latest stable versions by changing the dependencies in package.json.)
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.