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