@dotcom-tool-kit/frontend-app
v4.0.2
Published
A bootstrap plugin that provides the minimum required Tool Kit plugins for a "frontend" (aka an [App or Page](https://github.com/Financial-Times/next/wiki/Naming-Conventions#apps)). The plugins are:
Downloads
2,121
Readme
@dotcom-tool-kit/frontend-app
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
.
Installation
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'