-
create-react-app应用程序与redux及另一个实用库相结合的cra-redux-boilerplate,旨在让您生活更轻松
资源介绍
项目基地
该项目是使用。
:waving_hand: 入门
为您的项目创建一个空文件夹并移至该文件夹
mkdir my-app
cd my-app
生成样板
npx degit ChristianTracy/cra-redux-boilerplate
:robot_face: 为此,请使用单命令(只需将其复制并粘贴到您的工作区文件夹中):
mkdir my-app && cd my-app && npx degit ChristianTracy/cra-redux-boilerplate
:laptop_computer: 启动开发服务器
不要忘记先安装依赖项
npm install
npm run start
如果您需要更改某些内容,请参见
- 上一篇: IAR常见错误
- 下一篇:没有了