Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

MeetBhingradiya/vite-ssr-with-react-router-dom

Repository files navigation

Vite SSR + TypeScript + React + React Router Dom + Express Backend Server (included)

This is a simple example of a Vite project with SSR, TypeScript, React and React Router Dom.

Environments

Production

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

Development

For Run the project in development mode, run the following command:

yarn run dev