DEV Community

Haris Pasha Dipto
Haris Pasha Dipto

Posted on

Resources for Learning MERN Stack

Can anyone share some resources to learn MERN stack? I started reading book: Pro MERN Stack, but it seems that its little bit hard for me.

So I was actually looking for some resources about how can I build a full MERN stack app.

Top comments (2)

Collapse
 
hyderly profile image
Haider

You can separately learn every mern stack technologies.
If you want to learn free then go to freecodecamp else follow the below links, I assume you have good knowledge of HTML/CSS and javascript.
For Frontend: udemy.com/course/complete-react-de...
For backend: udemy.com/course/the-complete-node...

Collapse
 
hpdipto profile image
Haris Pasha Dipto

I actually completed freeCodeCamp's full stack track. I know how to code for frontend as well as backend but become confused when trying to do some full stack project.
Anyway, thanks for your advice.