Training wheels for panic-server
npm install panic-demoShowcases the cool stuff about panic. Gets people up and running quickly.
bash
$ npm install panic-demo
`Open your terminal and start the node repl:
`bash
$ node
`And load the demo:
`javascript
var panic = require('panic-demo')
``It'll start up a server for you and display a url to visit in a browser.