How to duplicate and reuse a whole existing project

0
I need to reuse the functionality from an existing project and to extend it. How can I duplicate the whole project and reuse it in my new blank project without overwriting the cloud of the original project?   
asked
3 answers
2

You can export module or app package and import in your second project. 

You may check the documentation: 

https://docs.mendix.com/refguide/export-app-package-dialog/

 

answered
1

Hi Plamen,

 

have a look at this answer:

https://forum.mendix.com/link/space/app-development/questions/8518

 

Or:

https://appronto.nl/en/blog-en/creating-a-new-sandbox-environment-for-an-existing-app/

answered
0

I exported the app package and created a starter template from it. Then I created a new project based on this starter template. Is my approach good? 

answered