数字历史杂志 JDH期刊的前端应用程序(React):期刊问题,撰写和阅读有关数字历史的学者出版物 安装 yarn install make run-dev Makefile包含几个注入局部环境变量的有用命令: run-dev: REACT_APP_GIT_TAG=$(shell git describe --tags --abbrev=0 HEAD) \ REACT_APP_GIT_BRANCH=$(shell git rev-parse --abbrev-ref HEAD) \ REACT_APP_GIT_REVISION=$(shell git rev-parse --short HEAD) \ yarn start 在开发环境中,要添加不同于http://localhost的PROXY api,请添加REACT_APP_PROXY作为env