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

Latest commit

 

History

History
23 lines (17 loc) · 518 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 518 Bytes

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