📄️ Astro file
The astro.config.mjs file is the main configuration file for an Astro project. It defines how Astro should behave during development and build processes. It’s written in JavaScript (with the .mjs extension to enable ES module syntax).
📄️ Package.json file
The package.json file is the core descriptor of a Node.js (or JavaScript-based) project. It contains metadata about the project, scripts, dependencies, and other configurations that tools like npm and yarn use to manage and run the application.
📄️ Vite
Vite is a modern build tool that is increasingly used to build React applications (as well as Vue, Svelte, Astro, etc.). It was designed to offer a faster development experience, ultra-fast builds, and simple configuration.
🗃️ Tailwind CSS
3 items