Getting Started Example's start command not working
There is basic example with the git command
npx gitpick TanStack/router/tree/main/examples/react/start-basic start-basic
Link: https://tanstack.com/start/latest/docs/framework/react/quick-start
This is the first thing we have in getting started, after running this and doing pnpm install, when I run pnpm build and pnpm start, it fails, the reason is start command requires .output
folder to be generated which is not getting generated currently, we have dist folder and the correct command is not there in start command of package.jsonQuick Start | TanStack Start React Docs
Impatient? If you're impatient, you can clone and run the example right away with the following commands: bash npx gitpick TanStack/router/tree/main/examples/react/start-basic start-basic cd start-bas...
0 Replies