DEV Community

Bret
Bret

Posted on

1 1

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...

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay