Tips & Tricks
MEAN Stack Walkthrough and Tips
MEAN is a full-stack web framework that consists of four very popular JavaScript-based projects: MongoDB, Express, AngularJS and Node.js.
This screencast shows how you can work with this development stack in WebStorm.
WebStorm supports each of the MEAN projects with a variety of tools (including some open-source plugins) providing you with a complete experience when developing an app . Here is a list of features that could help you and links to our previous posts on them:
- Mongo plugin for WebStorm and IntelliJ IDEA (by @dboissier)
- AngularJS native support
- Built-in express project generators
- Node.js debugging and console
- JavaScript debugging
- and much, much more…
Happy developing!
The JetBrains WebStorm Team