An Astro app built with Tailwind CSS.
Go to the root folder where package.json exists.
npm installnpm run dev
# or
npm run startrequired
nodejsinstalled
npm create astro@latest -- --template sohanemon/astro-templateThis template provides a robust foundation for your Astro projects, leveraging the latest technologies and best practices:
- Astro Framework: Experience the enhanced development experience and improved performance of this modern web framework.
- Radix UI Primitives: Build accessible and highly customizable UI components with ease.
- Tailwind CSS v4: Rapidly style your application with utility-first CSS. Includes custom theme, variants, and utilities for optimized stylesheets.
- Styling and Animations:
- Tailwind CSS: Styling and component variants for rapid development.
- Framer Motion: Create stunning animations and transitions with this powerful library.
- Forms and Data Handling:
- React Hook Form: Simplify form management and validation (for React components).
- Theming:
- Custom Theme: Easily switch between light and dark modes or implement custom themes with Tailwind.
- Icons:
- Lucide React: Access a wide variety of beautiful and customizable icons.
- Developer Experience:
- BiomeJS: Streamlined linting and formatting for consistent code quality.
- TypeScript: Enhanced type safety and developer tooling.
- Deployment:
- Vercel: Ready for deployment with
@astrojs/vercel.
- Vercel: Ready for deployment with
npm create astro@latest -- --template sohanemon/astro-template- Install Dependencies:
npm install- Start Development Server:
npm run devRequires Node.js installed.
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run check- Run Biome linter and formatter checknpm run fix- Auto-fix Biome issuesnpm run lint- Run Biome linternpm run lint:fix- Auto-fix linting issuesnpm run format- Format code with Biomenpm run format:write- Format and write changesnpm run typecheck- Run TypeScript type checkingnpm run clean- Clean build artifacts
Licensed under the MIT license.