# vite_react **Repository Path**: Adong96/vite_react ## Basic Information - **Project Name**: vite_react - **Description**: vite_react框架 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-23 - **Last Updated**: 2023-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### npm ```sh cd myapp pnpm install pnpm validate pnpm start ``` If you don't need TailwindCSS, run `pnpm remove:tailwind` after npm installed. ### Commands ```sh pnpm dev # start development server pnpm start # start development server pnpm validate # run test,lint,build,typecheck concurrently pnpm test # run jest pnpm lint # run eslint pnpm lint:fix # run eslint with --fix option pnpm typecheck # run TypeScript compiler check pnpm build # build production bundle to 'dist' directly pnpm prettier # run prettier for json|yml|css|md|mdx files pnpm clean # remove 'node_modules' 'yarn.lock' 'dist' completely pnpm serve # launch server for production bundle in local pnpm remove:tailwind # remove TailwindCSS ```