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合并拉动请求后,您可以删除分支机构
该项目属于麻省理工学院许可证。有关更多信息,请参见许可证。