Skip to content

dfrios/astro-tailwindcss-react

Repository files navigation

astro-tailwindcss-react

Base to create a website using Astro + TailwindCSS + React

Directions

  1. Clone repository
git clone [email protected]:dfrios/astro-tailwindcss-react.git
  1. Install dependencies
yarn

You also may use:

yarn install
  1. 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
  1. That's it!

Files to customize

src/pages/index.astro

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published