bara-example
 Introduction:  Example Bara React app build on cross-platform: Windows, Linux, MacOS, Android, iOS and Web
 Tags:  
Example Bara React app build on cross-platforms: Windows, Linux, MacOS, Web, Android and iOS.
How to install
git clone https://github.com/barajs/bara-example.git
Install dependencies:
yarn
How to start development
Start dev server for all platforms:
yarn dev
Repo Workflow
- Fork this repo to your account or clone directly (if clone you have to run 
git remote rm originthen replace origin with your repository). - Add remote upstream: 
git remote add upstream https://github.com/barajs/bara-example.git - Create new features under 
srcdirectory andbara.js - Pull new update from this repo: 
git pull upstream master 
License
MIT (c) 2019 BaraJS
