From 3b166c9c11fd2bcbac587a7ec85c76aef1549162 Mon Sep 17 00:00:00 2001
From: Ben Elferink <69640911+belferink1996@users.noreply.github.com>
Date: Mon, 21 Dec 2020 23:58:48 +0200
Subject: [PATCH 1/2] Update README.md
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 20c6f97..ee28ded 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,11 @@
+
## How to use this template
+
### STEP 1:
Click ["Use this template"](https://github.com/belferink1996/MERN-template/generate) to generate a new repository.
@@ -18,7 +20,8 @@ Then open your terminal and clone your repository:
> cd ~/Desktop
> git clone https://github.com/[your-user-name]/[your-repo-name].git
-
+
+
### STEP 2:
Go to your client folder (frontend), and set your workspace:
@@ -28,6 +31,7 @@ Go to your client folder (frontend), and set your workspace:
> npm start
+
### STEP 3:
Prepare your MongoDB database,
From eb918ec9590eb3da31b34ab609c6a4045aff7116 Mon Sep 17 00:00:00 2001
From: Ben Elferink <69640911+belferink1996@users.noreply.github.com>
Date: Mon, 21 Dec 2020 23:59:11 +0200
Subject: [PATCH 2/2] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index ee28ded..53d5700 100644
--- a/README.md
+++ b/README.md
@@ -45,4 +45,5 @@ Set your database within `index.js`, then start server:
> npm start
+
### STEP 4: CODE !!!