For the frontend, the nft-frontend root file that is zipped should be opened in Vscode to run the npm server. There are folders inside of this folder named src and public. Public contains the HTML file.
Src includes all the js files for the project. The component folder include all the component js files. To run the project, you will need to open a terminal and type "npm install" which will install all neccessary dependencies. 
Typing "npm start" will render the frontend in the browser. 