qubb

Qubb Mobile codebase

Getting Started

Navigate to directory on your machine:

cd folder/to/clone-into/

Clone repository:

git clone https://github.com/shal0mdave/qubb.git

Install all dependencies:

npm i
# or
yarn install

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:19002 with your browser to see the developer tools.

Project Structure

.
├── ...
├── components      # Contains all page components (HOCs, elements, etc.)
├── hooks           # All hooks
├── assets          # Images, fonts, etc.
├── utils           # Simple reusable helper functions
├── package.json    # Contains all dependencies
└── ...

Learn More About ReactNative and setting up and Expo Managed workflow

To learn more about ReactNative and Expo, take a look at the following resources:

You can check out the Expo GitHub repository - your feedback and contributions are welcome!