How to bring an application from Sublime Text to a web IDE for sharing?

Posted by Kyle Pennell on Programmers See other posts from Programmers or by Kyle Pennell
Published on 2014-08-20T21:37:40Z Indexed on 2014/08/20 22:32 UTC
Read the original article Hit count: 240

I generally work on my projects locally in Sublime Text but sometimes need to share them with others using things like Jsfiddle, codepen, or plunker. This is usually so I can get unstuck.

Is there an easier way to share code that doesn't involve purely copy pasting and the hassle of getting all the dependencies right in a new environment?

It's taking me hours to get some of my angular apps working in plunker and I'm wondering if there's a better way.

© Programmers or respective owner

Related posts about JavaScript

Related posts about programming-practices