• Stars
    star
    679
  • Rank 66,117 (Top 2 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created about 10 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A sample app for a Bleeding Edge Press book.

Survey Builder Sample App

A sample app for a Bleeding Edge Press book.

Installation

npm install

That's it! Now you're ready to run the app or run tests.

Running the app

npm start

You can then browse to http://localhost:8080 to try the Survey Builder.

Running tests

Run tests once:

npm test

Run tests in watch mode:

npm run-script watch