icafa / truapp

Trustory React Native web and mobile application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TruApp

  • React-Native mobile application
  • React + React-Native + React-Native-Web Web Application
  • Configured to run only with TruStory/truchain and TruStory/octopus
  • Please use the master branch to run the most stable version of TruApp

Web Client Installation

TruApp Web requires Node.js v10+ to run.

$ git clone git@github.com:TruStory/truapp
$ cd truapp
$ yarn install
$ cd web
$ yarn start

Mobile Client Installation

TruApp Web requires Node.js v10+, XCode 10.6+ and Pods >1.74 to run.

$ git clone git@github.com:TruStory/truapp
$ cd truapp
$ yarn install
$ cd mobile
$ yarn install
$ cd ios
$ bundle install --path vendor
$ bundle exec pod install
$ cd ..
$ yarn run-ios

About

Trustory React Native web and mobile application

License:Other


Languages

Language:TypeScript 93.9%Language:JavaScript 2.0%Language:CSS 1.4%Language:Ruby 1.2%Language:Objective-C 0.6%Language:HTML 0.4%Language:Java 0.3%Language:Starlark 0.2%