Here's README template :
Student Management
To install the client, use the following command:
npm i
To run the client, use the following command:
npm run dev
To install the server, use the following command:
npm i
To run the server, use the following command:
npm run dev