Exporting A Project

Sometimes we need to relocate our working environment. Copying the entire project directory can be slow and troublesome due to the big sizes of folders such as:

/node_modules/ /plugins/ /platforms/

What can be done is to copy only the following: /www/ /res/ /config.xml /package.json

Then at the new location, run:

npm install

This will download all the required plugins and prepare all the desired platforms.