# emp-react-multiple **Repository Path**: panmoshi/emp-react-multiple ## Basic Information - **Project Name**: emp-react-multiple - **Description**: 一个emp搭建的react多页应用脚手架 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-24 - **Last Updated**: 2025-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # emp for react multiple Project ## init ``` node v20.19.0 pnpm v10.9.0 react 18.x ``` ## Setup Install the dependencies: ```bash pnpm install ``` ## Get Started Start the dev server: ```bash pnpm dev ``` Build the app for production: ```bash pnpm build ``` Preview the production build locally: ```bash pnpm preview ``` File structure ``` src |-components // 所有公共组件 |-pages // 用于html页面生产 |-views // 界面业务,对应pages目录 |-App.tsx // 顶层业务 |-boostrap.ts?x // 整体入口 |-index.ts // 单页应用入口, 此项目是多页应用.因此无用 ```