Skip to content

schiller-manuel/haandev-router-repro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run both router repro parallel cd router-repro/tanstack-router && npm run dev cd router-repro/react-router && npm run dev

this will start the two repos in parallel with different ports then you should spin up the backend server to see proxy result

cd backend && npm run dev

go to http://localhost:3000/react-router and http://localhost:3000/tanstack-router and see the result

to see independent results without proxy: http://localhost:3055/react-router http://localhost:3056/tanstack-router

both working but tanstack-router is not working with proxy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.8%
  • CSS 8.2%
  • HTML 4.0%
  • Dockerfile 4.0%