monorepo
1.0.0

プロジェクトについて| テクノロジー| 開始| 貢献する方法| ライセンス
改訂制御システムでは、モノレポはソフトウェア開発戦略であり、多くのプロジェクトのコードが同じリポジトリに保存されています。
そこで、私は勉強することにし、シンプルなモノレポフォルダー構造を作成しました。
このフロントエンドアプリの開発に使用した主なテクノロジー
プロジェクトをクローンし、フォルダーにアクセスします
$ git clone https://github.com/eltonlazzarin/monorepo.git
$ cd monorepo以下の手順に従ってください
# Install the dependencies
$ yarn i
# Run the web app
$ yarn start以下の手順に従ってください
# Clone your fork
$ git clone https://github.com/eltonlazzarin/monorepo.git
$ cd monorepo
# Create a branch with your feature
$ git checkout -b your-feature
# Make the commit with your changes
$ git commit -m ' feat: Your new feature '
# Send the code to your remote branch
$ git push origin your-featureプルリクエストがマージされたら、ブランチを削除できます
このプロジェクトはMITライセンスの下にあります。詳細については、ライセンスを参照してください。