Home

Awesome

ES6 Boilerplate

This is the base project I use when I want to quickly start a project/POC.

###NPM scripts

Note about Installation/Updating deps

I'm using YARN. https://yarnpkg.com So basically just run yarn instead of npm install and run yarn add your-package instead of npm install your-package For more info, please read Yarn's docs.

Sidenote

This could be too opinionated for your needs. ¯\_(ツ)_/¯