Today's plan to code a mern-project-template
that includes JWT authentication and can be used to start any MERN-Stack project, including Project 3!
- Create a folder named
mern-project-template
within the~/code/ga
folder. cd
into the newmern-project-template
folder and open it in VS Code.- Open a Terminal in VS Code.
- Run
npm init -y
to create apackage.json
file.