Skip to content

carlosvin/tanstack-router-prod-app

Repository files navigation

Example of an Opinionated TanStack Router App

This is an example representing some of the 📖 code conventions and guidelines in this blog post.

You can preview the resulting site here.

Quickstart

You can use this project as scaffolding for a new one.

Development

git clone https://github.com/carlosvin/tanstack-router-prod-app.git
npm i
npm run dev

The server will be running at http://localhost:3000/.

Build

git clone https://github.com/carlosvin/tanstack-router-prod-app.git
npm i
npm run build

This will generate the site in the docs folder.

You can easily publish it in github pages, as we do with this very same repository.

Links

About

Example following opinionated guidelines on how to develop an application with TanStack router

Topics

Resources

License

Stars

Watchers

Forks