How to bring an application from Sublime Text to a web IDE for sharing?
- by Kyle Pennell
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.