Skip to content

HandlebarLabs/master-push-notifications-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published