An open API service indexing awesome lists of open source software.

https://github.com/beermoneydev/nest-remix-sample


https://github.com/beermoneydev/nest-remix-sample

Last synced: about 1 year ago
JSON representation

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`.