A bootstrap plugin that provides the minimum required Tool Kit plugins for a "frontend" (aka an App or Page). The plugins are:
This bootstrap plugin is also preconfigured to run the Node
, WebpackDevelopment
, and WebpackWatch
tasks on the hook run:local
.
With Tool Kit already set up, install this plugin as a dev dependency:
npm install --save-dev @dotcom-tool-kit/frontend-app
And add it to your repo's .toolkitrc.yml
:
plugins:
- '@dotcom-tool-kit/frontend-app'