https://github.com/beermoneydev/nest-remix-sample
https://github.com/beermoneydev/nest-remix-sample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/beermoneydev/nest-remix-sample
- Owner: BeerMoneyDev
- Created: 2023-01-27T19:15:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T19:19:38.000Z (over 3 years ago)
- Last Synced: 2025-02-06T21:26:32.718Z (over 1 year ago)
- Language: TypeScript
- Size: 310 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nest-remix-sample
This is an example of using `nest-remix`.
### How this repo was created
1. Run `nest new`
2. Run `nest add nest-remix`
3. Added an `AppService` dependency to the `HelloWorldBackend`.
4. Hit `http://localhost:3000` to see the `app.controller.ts`, and `http://localhost:3000/hello-world` to hit the Remix route `routes/hello-world.tsx`.