astro/examples/tailwindcss
Fred K. Schott 6bca7c83a7
redesign create-astro (#301)
* redesign create astro

* add changeset

* Use npm start

* Update the astro version

* Adds the changeset

Co-authored-by: Fred Schott <fks@Freds-MBP.attlocal.net>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-06-08 11:10:56 -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 redesign create-astro (#301) 2021-06-08 11:10:56 -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