This is a simple example of a Vite project with SSR, TypeScript, React and React Router Dom.
For Build the project in production mode, run the following command:
yarn run build
For Run the project in production mode, run the following command:
yarn run serve
For Run the project in development mode, run the following command:
yarn run dev