Template for webpack applications
- Install
yarn
and use it instead ofnpm
to take advantage of yarns lockfile (brew install yarn
) - Merge desired PRs into master locally
- Install dependencies (
yarn install
)
yarn run dev
yarn run build
yarn run test