GuessTheMovie

Angular web + mobile application. Docs.

Running the web app

npm i
npm start

NativeScript

Follow this guide to set up NativeScript.

Running the Android app

npm i
npm run android

Running the iOS app

npm i
npm run ios