We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20cd99 commit 439accdCopy full SHA for 439accd
README.md
@@ -60,6 +60,11 @@ A comprehensive full-stack web application built with React.js frontend and Node
60
cd client && npm install && cd ..
61
```
62
63
+3. **Install server dependencies:**
64
+ ```bash
65
+ cd server && npm install && cd ..
66
+ ```
67
+
68
## 🚀 Running the Application
69
70
### Development Mode (Recommended)
0 commit comments