/javascript-sdk-sample-app

This project is a sample app for the FamilySearch JavaScript SDK.

Primary LanguageHTMLMIT LicenseMIT

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)