Base to create a website using Astro + TailwindCSS + React
- Clone repository
git clone [email protected]:dfrios/astro-tailwindcss-react.git
- Install dependencies
yarn
You also may use:
yarn install
- You should get a folder structure like this:
── astro.config.mjs
├── node_modules
│ ├── ...
├── package.json
├── postcss.config.cjs
├── public
│ └── favicon.svg
├── README.md
├── src
│ ├── env.d.ts
│ └── pages
│ └── index.astro
├── tailwind.config.mjs
├── tsconfig.json
└── yarn.lock
- That's it!
This is the base file and it's the entry point to the project. It's the file where HTML is written in your landing.