.. | ||
astro | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tailwind.config.js |
Astro + Tailwind
Setup
npm install
Dev
npm start
Preview at http://localhost:3000
Build
npm build
Will output static site at ./_site
.. | ||
astro | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tailwind.config.js |
npm install
npm start
Preview at http://localhost:3000
npm build
Will output static site at ./_site