Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ozguruysal/hubspot-tailwind
- Owner: ozguruysal
- Created: 2021-05-19T07:48:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T11:37:24.000Z (over 3 years ago)
- Last Synced: 2023-04-13T15:37:08.663Z (over 1 year ago)
- Topics: boilerplate, hubspot, hubspot-cms, starter-template, tailwindcss, webpack
- Language: HTML
- Homepage:
- Size: 688 KB
- Stars: 24
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.