T
TanStack6mo ago
unwilling-turquoise

Tanstack Start "start point"

what is the best way to create a start app? Any official CLI?
5 Replies
other-emerald
other-emerald6mo ago
create-tsrouter-app
other-emerald
other-emerald6mo ago
Jack Herrington
YouTube
TanStack Offers A Fantastic Replacement For Create React App
Create React App is being sunset. Now there is create-tsrouter-app that gives you an almost identical starting point, but with Vite and TanStack underneath the hood. JS: pnpx create-tsrouter-app your-app TS: pnpx create-tsrouter-app your-app --template typescript File Router: pnpx create-tsrouter-app your-app --template file-router Blog Post...
unwilling-turquoise
unwilling-turquoiseOP6mo ago
thanks! so this is the official CLI for tanstack start?
other-emerald
other-emerald6mo ago
for now yes, not sure if there will be another try it out , it's fantastic!
unwilling-turquoise
unwilling-turquoiseOP6mo ago
thanks using it now!

Did you find this page helpful?