We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server-frontend
server-backend
デプロイする仕組み(?)を作りました。
https://github.com/spendingjp/openspending-deploy
openspending-backend
backend
frontend
openspending-frontend
という構成ですがデプロイでは
client-frontend
という分割にしてあります。
server-frontend と server-backend は、どちらも openspending-backend をクローンして必要な部分だけ使っています。
コンポーネントとしては openspending-backend を openspending-server-frontend と openspending-server-backend に分割してもよいような気がしました。
openspending-server-frontend
openspending-server-backend
サブディレクトリの扱いがツール(コミット前の yarn など)によってマチマチだったり CI の使い方がサブディレクトリを考慮したものになってしまうのも少し気になっています(特殊なことをしているのでメンテナンスするときにドキドキする)。
The text was updated successfully, but these errors were encountered:
Git のサブディレクトリを新しいレポジトリとして取り出す https://docs.github.com/ja/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository
Sorry, something went wrong.
No branches or pull requests
デプロイする仕組み(?)を作りました。
https://github.com/spendingjp/openspending-deploy
openspending-backend
-backend
openspending-backend
-frontend
openspending-frontend
-frontend
という構成ですがデプロイでは
client-frontend
server-frontend
server-backend
という分割にしてあります。
server-frontend
とserver-backend
は、どちらもopenspending-backend
をクローンして必要な部分だけ使っています。コンポーネントとしては
openspending-backend
をopenspending-server-frontend
とopenspending-server-backend
に分割してもよいような気がしました。サブディレクトリの扱いがツール(コミット前の yarn など)によってマチマチだったり CI の使い方がサブディレクトリを考慮したものになってしまうのも少し気になっています(特殊なことをしているのでメンテナンスするときにドキドキする)。
The text was updated successfully, but these errors were encountered: