Git Product home page Git Product logo

astro-templates's Introduction

๐Ÿš€ Astro Templates

A collection of Astro templates. (mostly for personal use)

๐Ÿ‘€ Features

  • ๐Ÿš€ Latest version of Astro
  • โœ… ESLint and Prettier ready
  • ๐ŸŒ Tunnels ready
  • ๐ŸŒŽ Internationalization ready (i18n)
  • โšก Performance focus
  • ๐Ÿ›ก๏ธ Security focus
  • โš™๏ธ SEO focus
  • ๐Ÿ–ผ๏ธ Image processing
  • โœจ SVG icons support
  • ๐Ÿช„ Cross-document view transitions (Reference)
  • ๐Ÿ’… Tailwind support
  • ๐Ÿ“ฑ Progressive Web App support
  • โš› Integration with React

๐Ÿค” How to use

Astro allows the use of official or customized starter templates. To use this collection of templates you can follow this syntax in the terminal:

With NPM:

npm create astro@latest -- --template <github-username>/<github-repo>/<folder>

With PNPM:

pnpm create astro@latest --template <github-username>/<github-repo>/<folder>

Examples

Using base template with NPM:

npm create astro@latest -- --template felixicaza/astro-templates/base

Using base template with PNPM:

pnpm create astro@latest --template felixicaza/astro-templates/base

๐Ÿ“– Templates


Made with โค๏ธ by Felix Icaza.

astro-templates's People

Contributors

dependabot[bot] avatar felixicaza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

astro-templates's Issues

Make @ianvs/prettier-plugin-sort-imports plugin work only with Astro files

The @ianvs/prettier-plugin-sort-imports plugin works for all Prettier formatted files, which is not necessary and may cause unwanted effects, so it should be configured to work only with Astro files.

For example, it formats the import order in the astro.config.mjs file which may cause errors at build time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.