Remix/Vite/NestJS custom server demo
A Turbo + Yarn v4 monorepo demonstrating how to run Remix on a NestJS custom server. It showcases the integration of Remix, a modern React framework for building better websites, with NestJS, a progressive Node.js framework for building efficient and scalable server-side applications.
- Clone the repository:
git clone https://github.com/cbnsndwch/remix-nest.git
- Navigate to the project directory:
cd remix-nest
- Install dependencies:
yarn
- Start the server:
cd apps/server && yarn dev
- Visit
http://localhost:4003
in your browser to view the application - Send a GET request to
http://localhost:4003/api/hello
to test the API
Here are some ways you can contribute to this repository:
- Tweet @cbnsndwch, @remix_run, and @nestframework to help bring all the maintainers together.
- Open issues for bugs, typos, or to notify of incorrect information
- Create or participate in discussions about the site or the content.
- Pull requests that improve the DX, feature coverage, and documentation are all welcome!
This project is licensed under the MIT license. See LICENSE.md for details.