Skip to content

doric-pub/DoricPlayground

Repository files navigation

DoricPlayground

This is a doric project used for playground. You can run this project by following commands.

$ npm install doric-cli -g
$ cd Doricplayground
$ npm install
$ doric build

Android

  • Android Studio,Android SDK
  • Open Project at android

iOS

  • First install Pod
$ cd iOS
$ pod install
  • Use XCode to open iOS/Example.xcworkspace