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> 。
创建拉请请求。
通过翻译是通过人群服务完成的。单击此处参加项目的翻译。