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-templatewithin the~/code/gafolder. cdinto the newmern-project-templatefolder and open it in VS Code.- Open a Terminal in VS Code.
- Run
npm init -yto create apackage.jsonfile.