Skip to content

Latest commit

 

History

History

react-router-custom-path

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Generouted + React Router Custom Integration + Custom Path Example

Although it's recommended to use the default integrations, in some cases, full stack projects or monorepo tooling like Nx might require certain project structure. This example uses src/pages inside a client directory in the project root.

What's different from the default integrations



  • Custom config for Vite plugin at ./vite.config.ts
    • Both source and output have the default values but prefixed with ./client

Preview

Run this example online via StackBlitz:

Open in StackBlitz