accounts frontend
2020-01-14
Ely.by帳戶服務的Web界面。使用ReactJ和流鍵入開發。
要獲取此存儲庫的代碼,請運行以下命令:
# Clone your fork
git clone https://github.com/elyby/accounts-frontend.git
# Switch to the project folder
cd accounts-frontend
# Install dependencies
yarn install之後,您需要將config/template.env.js複製到config/env.js中,然後自己調整。然後,您可以在DEV模式下啟動應用程序:
yarn start這將在端口8080上啟動DEV服務器,該服務器將自動應用項目文件中的所有更改,以及代理所有請求的所有請求到env.js指定的域上的後端。
運行測試執行:
yarn test叉
將您的代碼放在單獨的分支git checkout -b <your_branch_name>中。
將叉子添加為遠程git remote add fork https://github.com/<your_username>/accounts-frontend.git 。
推到叉子存儲庫git push -u fork <your_branch_name> 。
創建拉請請求。
通過翻譯是通過人群服務完成的。單擊此處參加項目的翻譯。