This commit is contained in:
Ben Elferink
2020-12-22 00:00:28 +02:00

View File

@@ -7,9 +7,11 @@
<br /> <br />
<br /> <br />
## How to use this template ## How to use this template
<br /> <br />
### STEP 1: ### STEP 1:
Click ["Use this template"](https://github.com/belferink1996/MERN-template/generate) to generate a new repository.<br /> Click ["Use this template"](https://github.com/belferink1996/MERN-template/generate) to generate a new repository.<br />
@@ -19,6 +21,7 @@ Then open your terminal and clone your repository:
> git clone https://github.com/[your-user-name]/[your-repo-name].git > git clone https://github.com/[your-user-name]/[your-repo-name].git
<br /> <br />
### STEP 2: ### STEP 2:
Go to your client folder (frontend), and set your workspace: 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 > npm start
<br /> <br />
### STEP 3: ### STEP 3:
Prepare your MongoDB database,<br /> Prepare your MongoDB database,<br />
@@ -41,4 +45,5 @@ Set your database within `index.js`, then start server:
> npm start > npm start
<br /> <br />
### STEP 4: CODE !!! ### STEP 4: CODE !!!