MS4 - Mastering MapStore Development ==================================== With this part of the training we will learn how to develop with MapStore. *The first section*, dedicated to the technological stack, will explain the basic information that a JavaScript developer need to know to understand and work with MapStore. *Then the second section* explains the architecture of MapStore in general, clarifying the various parts of back-end and front-end parts, and how they can be build. *The last section* is dedicated to the development on MapStore. It this section we will learn how to debug, what are the main files to edit and how to develop a simple plugin. .. toctree:: :maxdepth: 2 :caption: Contents: fe-technologies/index architecture/index develop/index Useful Resources **************** Here a set of useful links: - `Main MapStore repo `__ : Official GitHub repository for MapStore - `MapStore 2 Dev guide `__ : Official developers documentation - `MapStore Projects `__ : Section of the developer guide dedicated to the MapStore projects - `Sample playground project `__ : A sample project with examples of plugins, with incremental difficulty. - `Extensions `__: Section of the developers guide dedicated to the development of Extensions - `Extension Project `__: Template project on GitHub with a sample extension