Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 711 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 711 Bytes

FamilySearch JavaScript SDK Sample App

This is a sample app for the FamilySearch JavaScript SDK. A running copy of this sample app is at https://fs-javascript-sdk-sample-app.herokuapp.com/.

Sample App Installation Locally

  1. Install Node.js
  2. Clone this repository
  • Copy the HTTPS clone URL
  • Go to a system prompt
  • Create a folder for the sample app project
  • From the new folder, run git clone <the HTTPS clone URL>
  1. Install the app's dependencies: npm install
  2. Run the app: node app.js (The app will be running at localhost:8080)