This is an example representing some of the 📖 code conventions and guidelines in this blog post.
You can preview the resulting site here.
You can use this project as scaffolding for a new one.
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/.
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.