> For the complete documentation index, see [llms.txt](https://andrelmlins.gitbook.io/criando-sua-biblioteca-svelte/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andrelmlins.gitbook.io/criando-sua-biblioteca-svelte/estrutura.md).

# Estrutura de Arquivos gerados

Após seguir o tutorial sua estrutura de arquivos deve ficar da seguinte maneira:

```
svelte-error-screen
├── node_modules
├── package.json
├── rollup.config.js
├── yarn.lock
├── public
│   ├── build
│   └── index.html
├── src
│   └── index.svelte
└── doc
    ├── App.svelte
    └── main.js
```
