# umi-js-app **Repository Path**: Timtance/umi-js-app ## Basic Information - **Project Name**: umi-js-app - **Description**: txh - **Primary Language**: C - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-01 - **Last Updated**: 2024-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: JavaScript, Electron, React ## README # umi-js-app tuxiaohua ## Getting Started Install dependencies, ```bash $ yarn ``` Start the dev server, ```bash $ yarn start ``` ##安装 VSCODE https://code.visualstudio.com/download NODE https://nodejs.org/dist/v14.18.3/ https://github.com/coreybutler/nvm-windows nvm nvm list nvm install 14.18.3 nvm use v14.18.3 npm install -g yarn yarn config set registry https://registry.npmjs.com yarn config set electron_mirror https://npm.taobao.org/mirrors/electron/ yarn ; cli configs metrics-registry = "https://registry.npmjs.org/" scope = "" user-agent = "npm/6.14.15 node/v14.18.3 win32 x64" ; userconfig C:\Users\TXH\.npmrc ELECTRON_MIRROR = "http://npm.taobao.org/mirrors/electron/" electron_mirror = "http://npm.taobao.org/mirrors/electron/" ; node bin location = C:\Program Files\nodejs\node.exe ; cwd = \Users\TXH\project\tui\react\my-react-project ; HOME = \Users\TXH ; "npm config ls -l" to show all defaults.