react ready
1.0.0
由使用React,React Router,Redux和Material UI开始构建单页应用所需的基本元素的样板。
样板由:
这些说明将使您在本地计算机上启动并运行该项目的副本以进行开发。
需要在系统上安装以下软件:
在终端中键入以下命令以验证您的节点和NPM版本
node -v
npm -v
请按照以下步骤使开发环境运行。
来自GitHub的克隆“反应”存储库
git clone https://github.com/saqibabbas/react-ready.git
或使用SSH
git clone [email protected]:saqibabbas/react-ready.git
安装节点模块
cd react-ready
npm install
npm run build
npm run lint
npm run lint:fix
npm run prettify
npm run start