A sample app for a Bleeding Edge Press book.
npm installThat's it! Now you're ready to run the app or run tests.
npm startYou can then browse to http://localhost:8080 to try the Survey Builder.
Run tests once:
npm testRun tests in watch mode:
npm run-script watch