Add code to run npm start in both client & server

- Created a `run.js` script to automate the execution of `npm start` in both `client` and `server` directories.
- Added a check for `node_modules` to run `npm install` if missing before starting the applications.
- Updated root `package.json` with `install-all` and `start-all` scripts for easy installation and starting of both client and server simultaneously.
This commit is contained in:
Harikrishnan Gopal
2025-04-15 21:02:58 +05:30
parent 59c12d6668
commit 5d40065667
5 changed files with 359 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules