This is a simple project generator using Yeoman with HTML, CSS and JS file to test something really in the browser.
# install yo
npm install --global yo
# install a generator
npm install --global generator-simple-playground-tester
# run it
yo simple-playground-tester