Skip to content

com-hype/app

Repository files navigation

Contributors Version Branches

💡 About Comhype

Comhype is a crowdfunding mobile application allowing project leaders to get a first feedback on their project.

⚙️ Installation

  1. clone the repository git clone [email protected]:com-hype/app.git

  2. cd into the directory cd app

  3. create a .env file

  4. install dependencies yarn

  5. run yarn start

  6. follow the instructions

    For iOS Simulator:

    • cd ios
    • pod install
    • cd ..
    • yarn ios:dev

    For Android:

    • yarn android:dev

📥 Build

For Android:

Run yarn android:release. The app will be available in the android/app/release/app-universal-release.apk file

📐 Structure

Thes project use atomic design to structure the code.

└── src
    ├── assets
    ├── components
    │   ├── atoms/
    │   ├── molecules/
    │   ├── organisms/
    │   └── templates/
    │
    ├── core <-- includes store and app.js
    ├── features
    │   ├── account/
    │   ├── authentication/ <-- user.redux.js
    │   └── .../
    │
    ├── helpers
    ├── navigations
    ├── theme
    └── utils

Dependencies

  • React Native 0.68.0
  • Redux
  • Redix Persist
  • React Navigation
  • Axios
  • Lottie
  • PusherJS
  • Stripe

📝 Crédits

Developed by @dantin-durand

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published