/tidev

Example reader app for my presentation at Tidev meetup

Primary LanguageJavaScriptMIT LicenseMIT

tidev

Example reader app for my presentation at Tidev meetup

How to run

  1. Clone this project

  2. Install node packages. Run the following command in the project directory.

npm install
  1. Run packager server.
npm start
  1. Build and run the app in Xcode.

  2. That's it.