I have an existing node express project and wanted to easily move it to cloud 9 ide.
Is there a way that I can bulk upload the folders or the entire folder tree rather than dragging individual files to the browser?
Also, I noticed that the create express app command does not work in the console, e.g.
$ express /tmp/foo && cd /tmp/foo
You could use FTP to move you stuff over to C9 or move your stuff to Git and then pull it from Git into C9.