New project in MEAN Stack

Asked

Viewed 114 times

0

Some time ago I read the book of MEAN of the House of the code, I made all the application and later I got to take course of Alura also of MEAN, however frameworks updated and I’m looking to do a new project in MEAN.

I wanted to know what would be the basic setup to configure MEAN, because it doesn’t seem to use Express anymore or something like that.

1 answer

2


MEAN

The MEAN stack is an acronym for technologies Mongo, AndXpress, Tongular.js and Node.js. Then MEAN uses express, otherwise it will be another acronym.

To start the upgraded MEAN stack it is recommended to use Generator angular-Fullstack

To install:

npm install -g yo gulp-cli generator-angular-fullstack

to start (choose the technologies of your choice)

yo angular-fullstack

Outras Stacks

With time and more javascript experience, you’ll feel free to use other technologies and other Stacks like MERN, which instead of angular.js, uses React.js. Or even (this is the most interesting) Generator-ng-Fullstack.

Over time it is common for you to build your own stack as you will have different needs and goals.

  • Wonderful, I’ll take a look at that angular Generator, but I wanted to assemble the 0 project to meet the plugins and tals.

  • Do this. You should take a couple of weeks to assemble and intender a project.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.