1.0.16 ā€¢ Published 5 months ago

astro-boilerplate-components v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Astro Boilerplate with React, TypeScript and Tailwind CSS Twitter

šŸš€ Astro Boilerplate is starter code for your blog or portfolio based on Astro with React and 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.

Building a SaaS? Check out our SaaS Boilerplate built with React, TypeScript and Tailwind CSS. It includes a complete authentication system with email/password, Google, Facebook, Apple and Amazon. You'll also find a complete Stripe integration with a subscription system and a multi-tenant architecture with team support.

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 with React
  • šŸŽØ 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

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-prod

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:

CommandAction
npm installInstalls dependencies
npm run devStarts local dev server at localhost:3000
npm run buildBuild your production site to ./dist/
npm run previewPreview your build locally, before deploying
npm run cleanRemove ./dist folder
npm run lintRun 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.

License

Licensed under the MIT License, Copyright Ā© 2022


Made with ā™„ by CreativeDesignsGuru Twitter

1.0.16

5 months ago

1.0.11

9 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.12

7 months ago

1.0.10

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago