This template includes Tanstack Start with configured tools:
- ESLint (linter)
- Prettier (formatter)
- Nitro (deploy)
- TailwindCSS (styles)
Clone this repository and install all of required dependencies with your package manager of choice. Then you can start a
dev server by launching dev script.
Launch build script with your package manager:
# here is an example with Bun
bun --bun run buildThen your app will be built to .output directory. To launch the app, start the .output/server/index.mjs script:
# example running the server with node
node .output/server/index.mjs