Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.05 KB

File metadata and controls

31 lines (17 loc) · 1.05 KB

Example App for "Master Push Notifications in React Native" Course

Master Push Notifications in React Native

Based on the Trivia Example App. View that repo for additional documentation.

React Native App

Getting Started

This app is built on top of Expo so the first requirement is to install Expo.

After cloning the repo and moving into the mobile directory run the following command:

  • yarn install - Installs dependencies

You can then open the app from within the Expo XDE (or the command line) and run it from there.

Server

Getting Started

After cloning the repo and moving into the server directory run the following commands:

  • yarn install - Installs dependencies
  • yarn run db:migrate-latest - Creates the database (based on sqlite)
  • yarn run db:seed - Seeds the database with some data

Usage

  • yarn start - Starts the server, making it accessible on http://localhost:3000