# JS Samples This directory has contains a few samples using the JS SDK. ## Running a sample We use `yarn` but `npm` should work fine too. ``` cd fs yarn ``` Then to run the sample: ``` node . ```