I have searched far and wide on documentation on how to effectively set up Angular Dart 5 on Visual Studio Code but found nothing conclusive so far.
Places I've searched already:
- Youtube
- StackOverflow
- https://webdev.dartlang.org - The documentation only talks about WebStorm.
The VS Code plugin for dart doesn't provide functionality to make a new empty project. So I'm currently at a loss.
How would I go about setting up an AngularDart 5 project on my VS Code IDE? Could someone refer me to resources for the same?
pub
also has aserve
method. What's the difference between that andwebdev
? – Celerity