Larva dev: Things to know - penske-media-corp/pmc-larva GitHub Wiki
- If you'd like to use browser sync / live reload when developing against the Larva server, you can. Install browser-sync as a devDependency in assets/package.json and add it to the
larva
script in package.json. See the Variety theme for an example. - Stylelint and Eslint run automatically during the
dev
andprod
commands. Watch your console.