-
Notifications
You must be signed in to change notification settings - Fork 1
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: