forked from CSI-KJSCE/appointment_to_examiner
- 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.
7 lines
162 B
Markdown
7 lines
162 B
Markdown
Run your scripts:
|
|
|
|
To install all dependencies in both directories at once:
|
|
npm run install-all
|
|
|
|
To start both client and server simultaneously:
|
|
npm run start-all |