๐ Astro Boilerplate is starter code for your blog based on Astro with Tailwind CSS 3.0. โก๏ธ Made with Astro, TypeScript, ESLint, Prettier, Tailwind CSS.
Clone this project and use it to create your own Astro blog. You can check a Astro templates demo.
A complete Blog feature:
- ๐ Syntax Highlighting
- ๐ค SEO friendly with sitemap.xml and robots.txt
- โ๏ธ RSS feed
- ๐ Pagination
- ๐ Include a dark blog theme
- โฌ๏ธ Markdown
- ๐ฆ Image lazy loading
Developer experience first:
- ๐ฅ Astro
- ๐จ Tailwind CSS with aspect ratio and typography plugin
- ๐ TypeScript
- โ๏ธ ESLint compatible with .astro files
- ๐ Prettier compatible with .astro files
- ๐ฆ Husky
- ๐ซ lint-staged
- ๐จ Commitlint
ESLint with:
- Airbnb styled guide
- TypeScript compatible
- Astro compatible
- Automatically remove unused imports
- Import sorting
- Tailwind CSS plugin
- Minimal code
- SEO-friendly
- ๐ Production-ready
- Node.js and npm
Run the following command on your local environment:
git clone --depth=1 https://github.com/ixartz/Astro-boilerplate
cd my-project-name
npm install
Then, you can run locally in development mode with live reload:
npm run dev
Open http://localhost:3000 with your favorite browser to see your project.
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 clean |
Remove ./dist folder |
npm run lint |
Run ESLint and report styling error |
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.
Licensed under the MIT License, Copyright ยฉ 2022