webpack-project-template Template for webpack applications Usage Install yarn and use it instead of npm to take advantage of yarns lockfile (brew install yarn) Merge desired PRs into master locally Install dependencies (yarn install) Start development server yarn run dev Build production bundle yarn run build Run tests yarn run test