Vite starter template to scaffold a new Mithril with TypeScript project.
This is an unopinionated template; aside from Mithril, TypeScript, tailwindcss and Vite, the rest of your project's tools are entirely up to you.
Download this project or
git clone this project.
cd my-project
pnpm install
pnpm dev
- Starts the development server at port 5173
pnpm build
- Builds the application
pnpm preview
- Serves the build files locally at port 5173