Tailwind CSS starter (with Alpine.js included) created for fast prototyping of web templates in the Pinegrow editor.
Use this as a template.
Commands:
- Install dependencies with
npm install
- Run
gulp
command in terminal - Open project in Pinegrow Web Editor with Tailwind Extension enabled.
Try to edit public/index.html
inside Pinegrow Editor - the browser should automatically reload after saving this file (or any file with .html extension inside this folder).
You can also edit files inside src
folder. The browser should be automatically reloaded after making any changes. The JS and CSS files will be processed and copied to public/assets/
directory.
Any files located in src/static
folder will be copied over to public/assets/static
.
There is no code or image optimization here to keep dependencies minimal. This starter was created only for quick prototyping of the website layout during initial phase of development. When you're satisfied with the results, you can easily copy everything to your "main" project based on - for example - Gatsby.js, Next.js, Eleventy or whatever tool you are using and optimize everything properly there.