Folder Structure

Sveltekit

β”œβ”€β”€ πŸ“.svelte-kit
β”œβ”€β”€ πŸ“src
|    β”œβ”€β”€ πŸ“lib
|    |    β”œβ”€β”€ πŸ“assets
|    |    |    β”œβ”€β”€ πŸ“css
|    |    |    β”œβ”€β”€ πŸ“fonts
|    |    |    β”œβ”€β”€ πŸ“images
|    |    |    β”œβ”€β”€ πŸ“js
|    |    |    β”œβ”€β”€ πŸ“json
|    |    |    └── πŸ“scss
|    |    β”œβ”€β”€ πŸ“Components
|    |    |    └── πŸ“Layouts
|    |    |         └── πŸ“Partials
|    |    β”œβ”€β”€ πŸ“images
|    |    └── πŸ“stores
|    |         β”œβ”€β”€ πŸ“„activeMenuStore.js
|    |         └── πŸ“„layoutStore.js  
|    |                
|    β”œβ”€β”€ πŸ“routes
|    |    β”œβ”€β”€ πŸ“(layout-vertical)
|    |    β”œβ”€β”€ πŸ“component
|    |    β”œβ”€β”€ πŸ“pages
|    |    β”œβ”€β”€ πŸ“„+layout.svelte
|    |    β”œβ”€β”€ πŸ“„+page.js
|    |    └── πŸ“„+page.svelte
|    └── πŸ“„app.html
β”œβ”€β”€ πŸ“static
|    β”œβ”€β”€ πŸ“„robots.txt
|    └── πŸ“„favicon.png
|      
β”œβ”€β”€ πŸ“„.gitignore
β”œβ”€β”€ πŸ“„.npmrc
β”œβ”€β”€ πŸ“„.prettierignore
β”œβ”€β”€ πŸ“„.prettierrc
β”œβ”€β”€ πŸ“„eslint.config
β”œβ”€β”€ πŸ“„package-lock.json
β”œβ”€β”€ πŸ“„package.json
β”œβ”€β”€ πŸ“„README.md
β”œβ”€β”€ πŸ“„svelte.config.js
└── πŸ“„vite.config.js

Last updated