http://emacs.stackexchange.com/questions/2376/how-to-use-skewer-mode
Instead of running the demo, just perform these minimal steps to ensure that everything is working correctly.
- Open a new buffer with the name myskewer.js
- Enable JS2-mode (a dependency of skewer)
- Enable skewer-mode
- M-x
run-skewer(a browser opens, go back to myskewer.js) - Type
alert("hello");and hit C-xC-e at the end of that line - Go back to the browser.
You should see an alert box on the page.