This project is a boilerplate for building a server-side rendered (SSR) React application using Vite, TypeScript, and React Router.
- Node.js (version 20.x)
- Yarn package manager
-
Install dependencies:
yarn install -
Start project
yarn backend- to start json server backend with 100 mocked products (http://localhost:3030/products)yarn dev- to start project (http://localhost:5173/)