astro/examples/tailwindcss
github-actions[bot] a9f63c5c0c
Version Packages (#195)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-13 12:28:04 -05:00
..
src Update defaults directory structure to src and dist (#132) 2021-04-26 15:54:20 -06:00
.gitignore Update defaults directory structure to src and dist (#132) 2021-04-26 15:54:20 -06:00
package.json Version Packages (#195) 2021-05-13 12:28:04 -05:00
README.md Update defaults directory structure to src and dist (#132) 2021-04-26 15:54:20 -06:00
tailwind.config.js Update defaults directory structure to src and dist (#132) 2021-04-26 15:54:20 -06:00

Astro + Tailwind

Setup

npm install

Dev

npm start

Preview at http://localhost:3000

Build

npm build

Will output static site at ./dist