Bara Example App
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 origin
then replace origin with your repository). - Add remote upstream:
git remote add upstream https://github.com/barajs/bara-example.git
- Create new features under
src
directory andbara.js
- Pull new update from this repo:
git pull upstream master
License
MIT (c) 2019 BaraJS