Skip to content

create-expo-next-firebase-app template

Notifications You must be signed in to change notification settings

pitzcarraldo/create-expo-next-firebase-app

Repository files navigation

Create Expo Next Firebase Hosting App

Preparation

Getting Started

# Install dependencies
$ yarn
# Launch Next.js dev server
$ yarn start
# Launch Expo Web Application
$ yarn web
# Launch Expo Android Application
$ yarn android
# Launch Expo iOS Application
$ yarn ios
# Build Static Site from Next.js
$ yarn build
# Run test cases
$ yarn test
# Format and fix codes
$ yarn lint