- Clone the project on your local machine by typing the following command in CMD.
git clone https://github.com/Saurav-Shrivastav/Student-Grievance-Portal.git
- Navigate to the project folder and run the following command to download the node_modules for the server.
npm i
- Start the server by running the following command
node index.js
- Open a new CMD window and navigate to the Student-Grievance-Portal -> client and run the following commands:
npm install create-react-app
npm install axios --save
npm install react-router-dom --save
npm install reactjs-popup
- Finally run the following command and a new tab will automatically open in your default browser.
npm start