/booksy-app

Primary LanguageTypeScriptMIT LicenseMIT

Booksy: React Native Book Library

This is a book library (Similar to Goodreads) that's being developed live on YouTube.

API

The API is located in it's own repistory: sallar/booksy-api

Development

First make sure to setup your development environment using this guide (make sure to click on React Native CLI, and not Expo).

git clone git@github.com:sallar/booksy-app.git
cd booksy-app
cd ios && pod install && cd -
npx react-native run-ios

This will start the app in the iOS simulator.

License

MIT License