DEV Community

Bret
Bret

Posted on

MERN stack

I’m getting started with a MERN stack, some tutorials I’m following, install more than one package at a time....
What do I install and when?
I have a MongoDB and a collection ready, I’m using compass

Top comments (3)

Collapse
 
theshubham99 profile image
Prathamesh Sahasrabhojane ✔️

Add the depencies space separated after npm i

Collapse
 
theshubham99 profile image
Prathamesh Sahasrabhojane ✔️

Eg.

npm i <package 1> <package 2> ..... <package n>

Collapse
 
mrronakjain profile image
Ronak Jain

there’s nice post on mern stack dev.to/zeeshanhshaheen/how-i-built...