Starter project for building HubSpot themes with Tailwind CSS and Webpack.
Run yarn
or npm install
to install dependencies
start
: Builds project with webpack, uploads to yourdefaultPortal
specified inhubspot.config.yml
and watches for changes via@hubspot/webpack-cms-plugins/HubSpotAutoUploadPlugin
.build
: Clears/dist
contents and builds project into/dist
.deploy
: Clears/dist
contents, builds project into/dist
, and uploads to via@hubspot/cms-cli
.upload
: Uploads the/dist
contents to yourdefaultPortal
specified inhubspot.config.yml
.