Skip to content

stevendiaz/LANmobile

Repository files navigation

TexasLAN Mobile App

This is the TexasLAN mobile application.

Setup development environment

Prerequisites

  1. Verify NodeJS 8.2+ is installed on your computer. If its not, go to NodeJS site and install it following given steps.
  2. Install yarn library. To do that, run:
     sudo npm install -g yarn
  3. Go to Expo Official Site and install runtime for your OS.
  4. Install the Expo CLI
  yarn global add exp
  1. Install Expo App is installed on your phone (available on Android and iOS)
  2. Install a simulator on your machine (i.e. XCode) if you want to run the application locally.
  3. Run the TexasLAN Backend (now just one step with docker-compose up!)

Setup application

  1. Clone this repo

  2. Go to project root folder and run

     yarn install
  3. Execute one of the following commands to setup internal app config file (this file constains things like the endpoints for the different environments -local, dev, staging, prod-)

     yarn build-<ENVIRONMENT>

    (in example: yarn build-local)

    *ENVIRONMENT: local | dev | staging | prod

  4. To start application, run

     exp start -c

About

React Native application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •