/truevault-quick-start-check

A JavaScript application created using the TrueVault Quick Start Guide https://www.truevault.com/quick-start-guide.htm

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

TrueVault Quick Start Application

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.

Configuration

Copy tv-config.js.template to tv-config.js and fill in the appropriate values.

Running the app

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.

License

This sample app is released under the BSD 3-Clause License