Skip to content

simple integration of react and tailwind into astro framework

Notifications You must be signed in to change notification settings

Leticijak/astro-react-tailwind

Repository files navigation

Astro With React and Tailwind css

Shopify


To run it

    npm install
    npm run dev

Build process

npm create astro@latest

Link to astro.build

  • added style.css in src folder

Link to react-integration

I used npx astro add react

*other package managers


##### Using NPM

npx astro add react

##### Using Yarn

yarn astro add react

##### Using PNPM

pnpm astro add react

Link to tailwind-integration

I used npx astro add tailwind

aslo in the style.css I added directives


@tailwind base;
@tailwind components;
@tailwind utilities;


About

simple integration of react and tailwind into astro framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published