Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 494 Bytes

GET-STARTED-WITH-MERN.md

File metadata and controls

17 lines (10 loc) · 494 Bytes

Getting Started with MERN

Step 1: Set Up Your Project Structure

Create the following folders to organize your project:

mkdir backend frontend

Step 2: Initialize your backend

Follow the steps to initialize your backend in Initializing-the-Backend.md.

Step 3: Initialize your forntend

Now follow the steps to initialize the frontend of the application in Initializing-the-Frontend.md