Git Product home page Git Product logo

app-mobile's Introduction

Installation

Prerequisites

Technologies

JeMarche application is built with React Native and Typescript.

CodeFactor

Installing dependencies

To be able to run the application on iOS and Android, please follow the Installing dependencies part of the React Native CLI Quickstart documentation.

Running scripts

Steps:

  1. Clone the project.
  2. Run yarn install to install vendor dependencies.
  3. Run cd ./ios && bundle install && bundle exec pod install to install iOS dependencies
  4. Add the .env.*.local files in the /config/environments/ folder.
  5. Run ./cli.js prepare staging to load the staging environment file. [optional: default environment is staging]
  6. Run yarn start to start de react-native bundler.

Then, you can launch the app on both iOS and Android devices:

  • yarn run:ios for iOS devices
  • yarn run:android for Android devices

Utilities

  • Run yarn open:android to open the Android project in Android Studio.
  • Run yarn open:ios to open the iOS project in XCode.
  • Run yarn emulator to open the Android device emulator.
  • Run yarn simulator to open the iOS device simulator.
  • Run yarn react-native link to synchronize the fonts to android/ios projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.