John
John

Reputation: 3996

Where's the documentation for running Angular IDE in Eclipse

I've just installed Angular IDE for Eclipse from here but I'm not seeing documentation for how to run an existing Angular project in Eclipse using Angular IDE. For example, how do I start an instance of 'ng serve' in Eclipse, deploy an application to the instance, and set break points and step through the code?

enter image description here

Upvotes: 0

Views: 303

Answers (2)

Brian Fernandes
Brian Fernandes

Reputation: 524

John, the doc is here: https://www.genuitec.com/products/angular-ide/learning-center/ it's reachable from the Learning center menu item on our Angular IDE website as pointed out by nitind earlier. More specific topics here. If you need further assistance, you can also reach out to us using the Live Chat feature within the product.

I noticed you had another post about WWD - if you're using Angular IDE, you don't need to use WWD, though there's typically no harm in having it installed as well.

Upvotes: 1

nitind
nitind

Reputation: 20003

The house-like link under the Install button takes you to https://www.genuitec.com/products/angular-ide/ . I'm not sure where the doc is there, though.

Upvotes: 1

Related Questions