React SSR based on vite implementation.
# clone the project
git clone https://github.com/985563349/vite-ssr.git
# enter the project directory
cd vite-ssr
# install dependency
pnpm install
# develop
pnpm dev
This will automatically open: http://localhost:5173
# build for production environment
pnpm build
# preview the release environment effect
pnpm preview