Skip to content

sohanemon/astro-template

Repository files navigation

astro-template

An Astro project template built with modern tools and best practices.

Usage (run locally)

Navigate to the root folder where package.json is located and run:

npm install

To start the development server:

npm run dev

Or use:

npm run start

Note: Ensure that nodejs is installed.

Bootstrap (new project)

To create a new Astro project using this template:

npm create astro@latest -- --template sohanemon/astro-template

Features

  • Astro framework
  • Tailwind CSS with @astrojs/tailwind
  • React integration via @astrojs/react
  • Animated with framer-motion
  • Radix UI Primitives
  • Prettier formatting
  • Tailwind CSS class sorting, merging, and linting

License

Licensed under the MIT license.