快速创建React项目
# 安装官方工具
npm install -g create-react-app
# 执行安装命令
npx create-react-app react-app
# 若要使用ts开发
npx create-react-app ts-react-app --template typescript
# 进入项目目录
cd react-app
# 本地运行
npm start
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
# 安装官方工具
npm install -g create-react-app
# 执行安装命令
npx create-react-app react-app
# 若要使用ts开发
npx create-react-app ts-react-app --template typescript
# 进入项目目录
cd react-app
# 本地运行
npm start
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。