This sample application is a simple notes app that stores data in TrueVault. Learn how to build this app step-by-step by reading the TrueVault Quick Start Guide.
Learn more about TrueVault at https://www.truevault.com.
Copy tv-config.js.template
to tv-config.js
and fill in the appropriate values.
You can run the app by serving the root directory. An easy way of doing this if you have python installed is by running python -m SimpleHTTPServer
in the root directory and navigating to localhost:8000
in a browser. You will need to refresh the page after making any changes to the code.
This sample app is released under the BSD 3-Clause License