This example offers an opinionated starter preset for making web apps using a stack of my favourite technologies.
I believe that using this preset one can spin up a simple application in a very short time.
Preset uses the yarn create vite
template using vite with typescript + SWC
.
Big part of this template is the Mantine component library. I know there are many options, but after trying a lot of them, i found that Mantine suits me the most.
I use Nanostores for global state (think, better Redux). It gives me everything i need 99% of the time. It has a nice syntax and nice React integration.
npx supabase login
to login to your project
npx supabase link
link your supabase project
yarn typegens
Is installed as a dev dependency and .vscode
recommends installing it as an editor plugin.
Format on save is enabled for a reason. Dont write ugly code.