Skip to content

jakeliii/DoorGo

 
 

Repository files navigation

How to run this project

1. Download the code

Download and then open the code on an IDE (e.g., VSCode).

2. Install dependencies

On the terminal, in the project root directory, run npm install or npx expo install to install dependencies.

Note: The npx expo install command will pick a version of the library that is compatible with your project and then use your JavaScript package manager (such as npm) to install it.

3. Run the project

On the terminal, in the project root directory, run:

expo start

or:

npm start

Create a new React Native project with Expo

  1. Install Node.js

    https://nodejs.org/en/

  2. Install expo-cli globally

    $ npm install expo-cli --global
  3. Initialize a expo project

    $ npx create-expo-app --template
    ? Choose a template: › - Use arrow-keys. Return to submit.
        Blank
    ❯   Blank (TypeScript) - blank app with TypeScript enabled
        Navigation (TypeScript)
        Blank (Bare)

Install and update packages that work with the version of react-native in your project:

$ npx expo install package-name

About

DoorFront Mobile App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.4%
  • JavaScript 3.6%