Skip to content

Latest commit

 

History

History

frontend-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@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'