If you want to quickly try out an idea use this package.json.
Just npm install
create an index.js file, write ES2015 code if you want and see what it does in the browser by typing npm start
on the command line.
As a foundation for a build-out you have xo installed for linting and ava for testing.