GitXplorerGitXplorer
t

astro-shadcn-ui-template

public
14 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
c5f64edaae5ce6198d098a9906eddf932c109a12

fix: load class

ttalves committed 2 years ago
Verified
cccecae772eb9135135525d0a1ee034cb76cf70b

add: theme-toggle

ttalves committed 2 years ago
Verified
86f2db305336fe6e9ef823c99186da62abc514d2

update: lucide-react

ttalves committed 2 years ago
Verified
af298afe7b792eda59c15fd77c03240a2f7b1ba2

update: header

ttalves committed 2 years ago
Verified
f8bdd1326c40b18c8dce8572a5ce35a41123685e

init: 🔥

ttalves committed 2 years ago

README

The README file for this repository.

Astro Starter: Tailwind & shadcn/ui

npm create astro@latest -- --template minimal
npm run astro add react
npm run astro add tailwind
npm install @radix-ui/react-alert-dialog
npm install tailwindcss-animate class-variance-authority clsx tailwind-merge lucide-react

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json
└── astro.config.mjs
└── tailwind.config.cjs
└── tsconfig.json

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.