jatniel / astroplate-TailwindCSS

Astroplate is a free starter template built with Astro, TailwindCSS & TypeScript providing everything you need to jumpstart your Astro project. Get started with Astroplate and save yourself hours of work!

Home Page:https://zeon.studio/preview?project=astroplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astro + Tailwind CSS + TypeScript Starter and Boilerplate

Astroplate is a free starter template built with Astro, TailwindCSS & TypeScript, providing everything you need to jumpstart your Astro project and save valuable time.

Made with β™₯ by Zeon Studio

If you find this project useful, please give it a ⭐ to show your support.

license code size contributors

πŸ“Œ Key Features

  • πŸ‘₯ Multi-Authors
  • 🎯 Similar Posts Suggestion
  • πŸ” Search Functionality
  • πŸŒ‘ Dark Mode
  • 🏷️ Tags & Categories
  • πŸ”— Netlify setting pre-configured
  • πŸ“ž Support contact form
  • πŸ“± Fully responsive
  • πŸ“ Write and update content in Markdown / MDX
  • πŸ’¬ Disqus Comment
  • πŸ”³ Syntax Highlighting

πŸ“„ 15+ Pre-designed Pages

  • 🏠 Homepage
  • πŸ‘€ About
  • πŸ“ž Contact
  • πŸ‘₯ Authors
  • πŸ‘€ Author Single
  • πŸ“ Blog
  • πŸ“ Blog Single
  • 🚫 Custom 404
  • πŸ’‘ Elements
  • πŸ“„ Privacy Policy
  • 🏷️ Tags
  • 🏷️ Tag Single
  • πŸ—‚οΈ Categories
  • πŸ—‚οΈ Category Single
  • πŸ” Search

πŸ”— Integrations

  • astro/react
  • astro/sitemap
  • astro/tailwind

πŸš€ Getting Started

πŸ“¦ Dependencies

  • astro 4.0+
  • node v20.10+
  • npm v10.2+
  • tailwind v3.3+

πŸ‘‰ Install Dependencies

npm install

πŸ‘‰ Development Command

npm run dev

πŸ‘‰ Build Command

npm run build

πŸ‘‰ Build and Run With Docker

docker build -t astroplate .
# or
# docker --build-arg INSTALLER=npm build -t astroplate .
# or
# docker --build-arg INSTALLER=pnpm build -t astroplate .

docker run -p 3000:80 astroplate
# or
# docker run --rm -p 3000:80 astroplate

To access the shell within the container:

docker run -it --rm astroplate ash

🐞 Reporting Issues

We use GitHub Issues as the official bug tracker for this Template. Please Search existing issues. It’s possible someone has already reported the same problem. If your problem or idea has not been addressed yet, feel free to open a new issue.

πŸ“ License

Copyright (c) 2023 - Present, Designed & Developed by Zeon Studio

Code License: Released under the MIT license.

Image license: The images are only for demonstration purposes. They have their license, we don't have permission to share those images.

πŸ’» Need Custom Development Services?

If you need a custom theme, theme customization, or complete website development services from scratch you can Hire Us.

About

Astroplate is a free starter template built with Astro, TailwindCSS & TypeScript providing everything you need to jumpstart your Astro project. Get started with Astroplate and save yourself hours of work!

https://zeon.studio/preview?project=astroplate

License:MIT License


Languages

Language:Astro 49.2%Language:TypeScript 28.7%Language:SCSS 9.5%Language:JavaScript 6.6%Language:MDX 5.0%Language:Dockerfile 1.1%