> For the complete documentation index, see [llms.txt](https://avirts-organization.gitbook.io/rocketcode-framework-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avirts-organization.gitbook.io/rocketcode-framework-documentation/project-structure.md).

# Project Structure

```markdown
project-root/
├── app.js                # Express entry point
├── routes/
│   └── router.js          # Main routes
├── RocketFramework/
│   └── plugins/
│       └── pluginExample.js
│   └── RocketFramework.js
│   └── Celems.js
│   └── Chvars.js
│   └── HowToUse.js
├── structure/
│   └── pages/
│       └── main.html     # HTML templates
│   └── styles/
│       └── main.css      # Injected CSS styles
│   └── scripts/
│       └── main.js      # Injected JS script
```

## ⏭ Next module

{% content-ref url="/pages/BaStfeAut854r6JSSkUH" %}
[Beginning](/rocketcode-framework-documentation/beginning.md)
{% endcontent-ref %}

## 🔙 Previous module

{% content-ref url="/pages/1p2QP8r745XDs1JFgDlp" %}
[RocketCode Framework](/rocketcode-framework-documentation/rocketcode-framework.md)
{% endcontent-ref %}
