Skip to content

AppStructure

OlivierArgentieri edited this page Sep 24, 2021 · 1 revision

The app structure is pretty simple.

Entry point is /index.js, he will scann and execute all .js files under /src/listeners

📦src
 ┣ 📂events
 ┃ ┣ 📂dcc
 ┃ ┃ ┗ 📜yourdccevent.js
 ┃ ┗ 📂ui
 ┃ ┃ ┗ 📜youreventui.js
 ┣ 📂listeners
 ┃ ┣ 📜yourlistener.js
 ┣ 📂namespaces
 ┃ ┣ 📂dcc
 ┃ ┃ ┣ 📜yourdccnamespace.js
 ┃ ┗ 📂ui
 ┃ ┃ ┣ 📜youruinamespace.js
 ┣ 📂rooms
 ┃ ┣ 📜dcc.js
 ┃ ┗ 📜ui.js
 ┣ 📂store
 ┃ ┗ 📜index.js
 ┗ 📜index.js

📚 Doc

🔧 Introduction:

🚀 Development:

Clone this wiki locally