Skip to content

kostya-zero/tanstack-start-template

Repository files navigation

Tanstack Start Template

This template includes Tanstack Start with configured tools:

  • ESLint (linter)
  • Prettier (formatter)
  • Nitro (deploy)
  • TailwindCSS (styles)

Prepare

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.

Building and launching

Launch build script with your package manager:

# here is an example with Bun
bun --bun run build

Then 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

About

A template with Tanstack Start, Prettier, Eslint, Vite and Nitro.

Resources

Stars

Watchers

Forks

Contributors