Steps to be followed
- Download the project in zip file.
- Extract all the files in your desired location.
- Open the root directory and open the command prompt in that directory.
- Type npm i to install all the dependencies in the root directory.
- Similarly open the client directory and open the command prompt in that directory.
- Type npm i to install all the dependencies in the client directory.
- Similarly open the server directory and open the command prompt in that directory.
- Type npm i to install all the dependencies in the server directory.
- After all the dependencies are installed in root directory, client directory and server directory, navigate to root directory.
- Now open the command prompt in root directory and type npm run dev to run the project.