npm install
npm run dev
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;
