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 +