Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeon-studio/astroplate
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://github.com/zeon-studio/astroplate
astro astro-boilerplate astro-template astro-theme astrobuild boilerplate-template jamstack jamstack-theme open-source ssg starter-kt starter-template static-site-generator tailwind-theme tailwindcss typescript zeon-studio
Last synced: 1 day ago
JSON representation
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!
- Host: GitHub
- URL: https://github.com/zeon-studio/astroplate
- Owner: zeon-studio
- License: mit
- Created: 2023-04-17T06:50:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:55:25.000Z (about 1 month ago)
- Last Synced: 2024-12-06T11:05:44.531Z (16 days ago)
- Topics: astro, astro-boilerplate, astro-template, astro-theme, astrobuild, boilerplate-template, jamstack, jamstack-theme, open-source, ssg, starter-kt, starter-template, static-site-generator, tailwind-theme, tailwindcss, typescript, zeon-studio
- Language: Astro
- Homepage: https://zeon.studio/preview?project=astroplate
- Size: 797 KB
- Stars: 601
- Watchers: 11
- Forks: 188
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
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.
π Demo | Page Speed (100%)π
## π Key Features
- π₯ Multi-Authors
- π Multilingual
- π― 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 v4.12+
- node v20.10+
- npm v10.2+
- tailwind v3.4+### π Install Dependencies
```bash
npm install
```### π Development Command
```bash
npm run dev
```### π Build Command
```bash
npm run build
```### π Build and Run With Docker
```bash
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:
```bash
docker run -it --rm astroplate ash
```## π Reporting Issues
We use GitHub Issues as the official bug tracker for this Template. Please Search [existing issues](https://github.com/zeon-studio/astroplate/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](https://github.com/zeon-studio/astroplate/issues).## π License
Copyright (c) 2023 - Present, Designed & Developed by [Zeon Studio](https://zeon.studio/)
**Code License:** Released under the [MIT](https://github.comzeon-studio/astroplate/blob/main/LICENSE) 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](https://zeon.studio/).