Project Structure and Routing

  • src source files of the app

  • src\pages are pages

  • astro.config.mjs are the settings for the project

  • public is public to the world

  • node_modules for npm packages. Do not version control

  • .gitignore for git settings

Last updated