- Node.js 18.x
- pnpm
-
Install Node.js 18
- Visit the Node.js official website to download and install Node.js version 18.x
-
Install pnpm
npm install -g pnpm
-
Clone the repository
cd ./projects/web
-
Install dependencies
pnpm install
-
Run the development server
pnpm run dev
-
⚠️ Note: This command is for local development only, do not use for deployment! Open your browser and visit https://localhost:5173 (or another address output in the console) -
Ensure that the backend service in ./projects/web_demo is running
-
If you encounter an error when executing
pnpm install
, you can switch to an alternative package manager.npm install -g yarn yarn yarn start
pnpm run build
- React
- Tailwind CSS
- typeScript
- zustand
- ahooks