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/.
- Install Node.js
- 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>
- Install the app's dependencies:
npm install
- Run the app:
node app.js
(The app will be running atlocalhost:8080
)