Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.63 KB

getting-started.md

File metadata and controls

44 lines (37 loc) · 1.63 KB

Get Started

System Requirements:

  • Globally installed node >= 6.3.1
  • Globally installed npm >= 4
  • Globally installed mongodb >= 3.4.1

Installation:

  • Opt #1. Download ZIP: Not familiar with Git? Click here to download the Full Version of Dating App. Extract the contents of ZIP file after downloading. Downloading ZIP file does not help you to sync with further updates of Dating App.

  • Opt #2. Clone using GitStrap Web Client: To setup the Full Version for Dating App on your system, with gitstrap tools to sync your app with constant updates, clone the repo. Click here to clone Dating App using GitStrap.

  • Run these commands on your terminal:

Open a terminal window to initate mongod:

[user@localhost] $ | mongod

On the other window of terminal:

[user@localhost] $ | cd DatingApp-backend
[user@localhost] $ | npm install
[user@localhost] $ | npm start

####Note:

  • To extract files in Windows:
    • Unzip the file.
    • Right click on the extracted file and select View files. All the files will be extracted.
    We don't provide support for Windows. It's completely buyer's responsibility.

  • Ejecting from CRNA to get regular React Native app:
    Ejecting from CRNA to regular React Native app can be performed referring this link.