Skip to content

Commit 3328c6f

Browse files
authored
Update README.md
1 parent c29cac8 commit 3328c6f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,38 @@ Perfect starter boilerplate for beginners and intermediate developers.
5151
- MySQL server installed and running
5252
- `npm` package manager
5353

54+
> Edit .env File For You Properties
55+
5456
### Setup Backend
5557

5658
1. Clone the repo:
5759

5860
```bash
5961
git clone https://github.com/DMS-ranil/react-node-mysql-crud-template
6062
cd react-node-mysql-crud-template/backend
63+
```
64+
65+
2. Install Packages
66+
67+
```bash
68+
npm install
69+
```
70+
71+
72+
### Setup Frontend
73+
74+
1. Clone the repo:
75+
76+
```bash
77+
git clone https://github.com/DMS-ranil/react-node-mysql-crud-template
78+
cd react-node-mysql-crud-template/frontend
79+
```
80+
81+
2. Install Packages
82+
83+
```bash
84+
npm install
85+
```
86+
87+
88+

0 commit comments

Comments
 (0)