/bara-example

Example Bara React app build on cross-platform: Windows, Linux, MacOS, Android, iOS and Web

Primary LanguageTypeScriptMIT LicenseMIT

Bara Example App

Example Bara React app build on cross-platforms: Windows, Linux, MacOS, Web, Android and iOS.

Build Status

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

  1. 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).
  2. Add remote upstream: git remote add upstream https://github.com/barajs/bara-example.git
  3. Create new features under src directory and bara.js
  4. Pull new update from this repo: git pull upstream master

License

MIT (c) 2019 BaraJS