Skip to content

edbentley/replay-bird

Repository files navigation

Replay Bird

Source code for the Replay tutorial.

Setup

npm install

Development

npm start

Type check code

npm run types

Lint files

npm run lint

Test

npm run test

# or watch for file changes
npm run test:watch

Build for web

npm run build-web

Creates an HTML, JS and assets bundle in web/dist.

Run on iOS

npm run build-swift
open swift/replay-bird.xcodeproj/
# run in Xcode

Run on Android

npm run build-android
# open /android in Android Studio and run project