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 buildnpm run lintnpm run lint:fixnpm run prettifynpm run start