astro/examples/tailwindcss
Matthew Phillips ac43faf85f Release
2021-05-24 16:32:10 -04:00
..
public Add Tailwind support to Astro Dev Server (#222) 2021-05-21 14:02:19 -06:00
src Add Tailwind support to Astro Dev Server (#222) 2021-05-21 14:02:19 -06:00
.gitignore Update defaults directory structure to src and dist (#132) 2021-04-26 15:54:20 -06:00
astro.config.mjs Add Tailwind support to Astro Dev Server (#222) 2021-05-21 14:02:19 -06:00
package.json Release 2021-05-24 16:32:10 -04: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