Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 873 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 873 Bytes

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