[SalesForce] How to work with the Apex Classes and the Lightning component on the local environment

I'm working on a project that has Apex Classes and Lightning Components. I've been trying to find a way to work with both on my local environment using a IDE, preferably Sublime Text 3.

I've tried Ant, MavensMate and force CLI migration tool but haven't successfully synced with salesforce for both Apex and Lightning components on one IDE.

Does anyone has any tips on how to achieve that?

Best Answer

Dave Carrol has a cool package for sublime called "sublime lightning" you can check it out here: https://github.com/dcarroll/sublime-lightning . I'm pretty sure you can sync Apex classes as well.

Related Topic