This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/README.md
2019-12-21 21:55:53 +08:00

395 B

Doric

A cross-platform development framework for Android & iOS

Prepare

  1. node & npm.
  2. Android SDK for Android Developers.
  3. XCode, pod for iOS Developers.
  4. Before open Android or iOS Project, run following commands in terminal.
cd doric
sh setup.sh

iOS

  1. Before open iOS project, run following commands in terminal.
cd doric/iOS/Example
pod install