Skip to content

Source code for a Tinder version for developers, made with NodeJS, ReactJS and React Native.

License

Notifications You must be signed in to change notification settings

dcanevarollo/tindev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.