An opinionated Astro starter template
The Astro Starter Template is a convenient starting point for creating projects with Astro, a new project for creating websites using a modern approach. This template provides a basic structure for organizing files and folders, as well as a set of commands for installation, development, building, and previewing the project. It is created by Le Minh Tri, and is released under the MIT License.
To install the Astro Starter Template, follow these steps:
pnpm install
pnpm run dev
This will start the server at localhost:3000. 4. For building the production site to the ./dist/ directory, execute the following command:
pnpm run build
pnpm run preview
pnpm run astro ...
To get help with the Astro CLI, run the following command:
pnpm run astro --help
The Astro Starter Template is a useful starting point for creating projects with Astro. It provides a clear project structure and recommended component placement, making it easier to organize and navigate through the project. With a set of commands for installation, development, building, and previewing, creating websites with Astro becomes more efficient.