DEV Community

Bret
Bret

Posted on

VSC TASKS.... to run to create a ENTIRE, MERN Stack ....project. IS THAT A GOOD IDEA???

Is it a good idea,
To have a TASK setup, to create a MERN project?
As in setting up the server and client?

By having mkdir MAIN, FrontEnd, backend, CD into each and run the typical codes of npm init -y and CRA ect??? Also to install style frameworks, ect.... is that a good idea?

I have a FRONTEND and BACKEND Task setup to create it.

But is that good?

Top comments (3)

Collapse
 
ivan_jrmc profile image
Ivan Jeremic

Learn Nextjs is what I would recommend you.

Collapse
 
yobretyo profile image
Bret

I’m using Express right now

Collapse
 
yobretyo profile image
Bret

What is that compared to creating a task to setup a project?