Multi-Platform and full-stack, All in one
git clone
# for pc
npm install
npm run dev:pc
# for ios
npm install
npm run pod-install
npm run dev:ios
package.json
- main [for electron]
- index.html [for electron]
- index.tsx [for rn]
- indexpc.tsx [for electron]
src
- mobile [react-native]
- pc [react-electron]
- common
- i18n
- redux
- database
- file
- localstore
- request
- electron