Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 639 Bytes

File metadata and controls

23 lines (17 loc) · 639 Bytes

Tindev

Tinder version for developers. In server.js (backend), the username and password parameters have been omitted. If you want to run this app, please contact me or create a cluster on MongoDB.

Important! Just to get thing up to date, you may need to download the dependencies of this project.

NodeJS API

yarn build-dev

Frontend app

yarn start

Mobile app

To install the app on the phone: For Android:

yarn react-native run-android

For iOS:

yarn react-native run-ios

Scripts

The scripts.txt contains some other scripts that can help. We use Chocolatey as packege manager to download Yarn and NPM.