forked from CSI-KJSCE/appointment_to_examiner
5d4006566719498de78117eb8573f1ba4af528c6
- 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.
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
Description
Languages
JavaScript
90%
CSS
9.5%
HTML
0.3%
Dockerfile
0.2%