Tanstack Start "start point"
what is the best way to create a start app? Any official CLI?
5 Replies
other-emerald•6mo ago
create-tsrouter-app
other-emerald•6mo 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-turquoiseOP•6mo ago
thanks! so this is the official CLI for tanstack start?
other-emerald•6mo ago
for now yes, not sure if there will be another
try it out , it's fantastic!
unwilling-turquoiseOP•6mo ago
thanks using it now!