文件名称:Monorepo
文件大小:426KB
文件格式:ZIP
更新时间:2024-03-10 18:29:54
TypeScript
React Native [Web] + Monorepo Web,iOS和Android之间100%的代码共享 这是的源代码。 技术堆栈:TypeScript v4,React Native v0.63,Next.js v10和Create React App v4。 漂亮和ESLint也被配置为预提交挂钩。 怎么跑 $ git clone git@github.com:brunolemos/react-native-web-monorepo.git $ cd react-native-web-monorepo $ yarn 网页 [CRA] $ yarn workspace web-cra start [Next.js] $ yarn workspace web-nextjs dev 移动的 [iOS] $ cd packages/mobile/ios && pod up
【文件预览】:
monorepo-main
----.gitignore(124B)
----package.json(1KB)
----tsconfig.json(129B)
----packages()
--------components()
--------web-cra()
--------mobile()
--------web-nextjs()
----.prettierignore(106B)
----.eslintrc.js(833B)
----.prettierrc.js(81B)
----README.md(1KB)
----tsconfig.base.json(449B)
----yarn.lock(624KB)