An Astro project template built with modern tools and best practices.
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.
To create a new Astro project using this template:
npm create astro@latest -- --template sohanemon/astro-template
- 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
Licensed under the MIT license.