Skip to content
View doobia's full-sized avatar

Block or report doobia

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
doobia/README.md

Astro Boilerplate with TypeScript and Tailwind CSS Twitter

πŸš€ Astro Boilerplate is starter code for your blog or portfolio 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 the Astro templates demo.

Features

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
  • πŸ’Ž Responsive design

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
  • πŸ”§ One-click deploy on Netlify (or, manual if you prefer)

ESLint with:

  • Airbnb styled guide
  • TypeScript compatible
  • Astro compatible
  • Automatically remove unused imports
  • Import sorting
  • Tailwind CSS plugin

Philosophy

  • Minimal code
  • SEO-friendly
  • πŸš€ Production-ready

Requirements

  • Node.js and npm

Optional

While Astro-boilerplate should work with the latest Node version, it has been tested with the versions in .nvmrc & the bottom of package.json. At current writing, that's Node v16.15.1

Getting started

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.

Deploy to production (manual)

You can create an optimized production build with:

npm run build

Now, your blog is ready to be deployed. All generated files are located at dist folder, which you can deploy the folder to any hosting service you prefer.

Deploy to Netlify

Clone this repository on own GitHub account and deploy to Netlify:

Netlify Deploy button

🧞 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 clean Remove ./dist folder
npm run lint Run ESLint and report styling error

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.

Additional Checks

This README.md was linted with markdownlint

License

Licensed under the MIT License, Copyright Β© 2022


Made with β™₯ by CreativeDesignsGuru Twitter

Popular repositories Loading

  1. success-coach-halloween-starter success-coach-halloween-starter Public

    Forked from lcanady/success-coach-halloween-starter

    The starter files for the halloween Success Coach call!

  2. Recipe-Catalogue Recipe-Catalogue Public

    Forked from ampaire/Recipe-Catalogue

    In this project, I created a food catalogue using HTML, CSS, React using TheMealDB API. The application allows for one to view all the meals, search for a meal basing on the available categories, a…

    JavaScript

  3. Frontend-mentor-challenges Frontend-mentor-challenges Public

    This repository contains all thr project challenge sollutions done by Mohammed Abdallah

    SCSS

  4. javascript-projects javascript-projects Public

    HTML

  5. todo-app-crud-js todo-app-crud-js Public

    A todo app built using vannila javascript following crud principles

    JavaScript

  6. ecomm ecomm Public

    Forked from Akiranred/ecomm

    Ecommerce Template

    HTML