Example Bara React app build on cross-platforms: Windows, Linux, MacOS, Web, Android and iOS.
git clone https://github.com/barajs/bara-example.git
yarn
Start dev server for all platforms:
yarn dev
- 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
MIT (c) 2019 BaraJS