From de3de31b7a0bff15620a72536eba7d7152008f41 Mon Sep 17 00:00:00 2001 From: mfajri Date: Tue, 6 Aug 2024 11:27:42 +0700 Subject: [PATCH] ReadMe --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..6b50cf42 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## Technologies Used + +- [Dojo Toolkit](https://dojotoolkit.org/) +- [Arcgis JS API SDK 4.30](https://developers.arcgis.com/javascript/latest/downloads/) + + +## Structure Folder Framework AMD (Asynchronous Module Definition) + + + +## Application workflow based on AMD Dojo Toolkit + +- Index.html is the first to be loaded +- Boot.js is the core module in the application +- import another module such as widget module in boot.js +- register the widget module created inside index.html in dojo.configuration section +