monorepo
1.0.0

關於該項目| 技術| 入門| 如何貢獻| 執照
在修訂控制系統中,MonorePo是一種軟件開發策略,其中許多項目的代碼存儲在同一存儲庫中。
因此,我決定學習,並創建了一個簡單的MonorePo文件夾結構。
我用來開發此前端應用程序的主要技術
克隆項目並訪問文件夾
$ 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合併拉動請求後,您可以刪除分支機構
該項目屬於麻省理工學院許可證。有關更多信息,請參見許可證。