Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozguruysal/hubspot-tailwind

Starter project for building HubSpot themes with Tailwind CSS and Webpack.
https://github.com/ozguruysal/hubspot-tailwind

boilerplate hubspot hubspot-cms starter-template tailwindcss webpack

Last synced: about 2 months ago
JSON representation

Starter project for building HubSpot themes with Tailwind CSS and Webpack.

Awesome Lists containing this project

README

        

# Hubspot Tailwind CSS Starter

Starter project for building HubSpot themes with Tailwind CSS and Webpack.

### Install

Run `yarn` or `npm install` to install dependencies

### Scripts
- `start` : Builds project with webpack, uploads to your `defaultPortal` specified in `hubspot.config.yml` and watches for changes via [`@hubspot/webpack-cms-plugins/HubSpotAutoUploadPlugin`](https://www.npmjs.com/package/@hubspot/webpack-cms-plugins).
- `build` : Clears `/dist` contents and builds project into `/dist`.
- `deploy` : Clears `/dist` contents, builds project into `/dist`, and uploads to via [`@hubspot/cms-cli`](https://www.npmjs.com/package/@hubspot/cms-cli).
- `upload`: Uploads the `/dist` contents to your `defaultPortal` specified in `hubspot.config.yml`.