Skip to content

Setup React Native App

AYAN BISWAS edited this page Feb 20, 2021 · 2 revisions

Setup and run React App

We Currently have the following modules which are using ReactJs

  1. customerfrontend (This is the main customer end mobile app)

To setup the above module locally follow the instructions given below:

Follow the intstructions given in Contributing Guide to fork and clone the repository properly

  • Now navigate to your desired folder -

e.g. cd customerfrontend

Setup React Native in your Local Machiner

Follow the official documentation to setup your local environment to work in React Native

Run app

Download the latest stable version of NodeJs here and install it. Install yarn. Run node --version and yarn --version to verify successful installation.

To get the frontend running locally:

  • Clone this repository
  • yarn to install all required dependencies
  • yarn start to start the local development server
  • yarn android to run the app in android emulator/device

If you fail to install the app in mobile/emulator you can refer to this Video

Prerequisites

Javascript - We are using technologies such as javascript , HTML , CSS for our development.

React-Native - For the customer facing mobile app.

Clone this wiki locally