Setting up MEAN Stack with Webstorm

Published on Jul 2, 2017

2 min read

NODEJS

Ever since I got interested in Node.js and started learning to program in JavaScript, both the programming language and the server side platform have been most relevant to me. Due them, I have made my first PR to an open source project on Github, heck, I even built one of my own using them (see #100DaysOfCode) which currently has more than 6 people actively contributing and enhancing it.

With Node.js, from quickly building server side application to build fullstack application is not much of a hassle. There are two important solutions to this:

  • MEAN Stack
  • Meteor.js

MEAN Stack

🔗

MEAN Stack is the used to create complete web development solutions. With JavaScript it’s base, it has lot of advantages to offer and the important of all is one programming language both on server and client side. No context switching. A perfect fullstack solution for me personally.

MEAN is an acronym for MongoDB, ExpressJS, AngularJS, and Node.js. So instead of learning four different programming languages, you just need to know JavaScript.

Setup MEAN Stack in Webstorm

🔗

I am sharing a video here which shows on how to get started with MEAN using JetBrain’s Webstorm (A JavaScript IDE) by John Lindquist.


More Posts

Browse all posts

Aman Mittal author

I'm a software developer and a technical writer. On this blog, I write about my learnings in software development and technical writing.

Currently, working maintaining docs at 𝝠 Expo. Read more about me on the About page.


Copyright ©  2019-2024 Aman Mittal · All Rights Reserved.