Steps to start the project:
-
Open command prompt and enter command "git clone https://github.com/ankitakinger/assignment_mediadotnet.git" to take a clone of the project from the github link provided.
-
After the project is cloned, open the directory path with the command "cd (directory-path)" where the project folder is placed.
-
Once you are into the folder, run command "npm" or "yarn" to install all required packges.
-
After all the packages are installed, run command "npm start" or "yarn start".
-
This command will open a tab in your browser with localhost:3000 as the url.
-
You can now start testing the project.