Skip to content

Instantly share code, notes, and snippets.

View Lavkush-Singh34's full-sized avatar
🎯
Focusing

Lavkush_Singh Lavkush-Singh34

🎯
Focusing
View GitHub Profile

mern-project-template Code-Along Guide

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!

Initial Project Setup

  1. Create a folder named mern-project-template within the ~/code/ga folder.
  2. cd into the new mern-project-template folder and open it in VS Code.
  3. Open a Terminal in VS Code.
  4. Run npm init -y to create a package.json file.