This is an example of using nest-remix
.
- Run
nest new
- Run
nest add nest-remix
- Added an
AppService
dependency to theHelloWorldBackend
. - Hit
http://localhost:3000
to see theapp.controller.ts
, andhttp://localhost:3000/hello-world
to hit the Remix routeroutes/hello-world.tsx
.