How to run this project
-
Unzip the downloaded code. After unzipping you will have News - Web Code Folder.
-
Open VS Code teminal by typing CTRL+J in Windows/Linux, and for MacOS CMD+J and execute the command --> npm install This will take some time to download a few Packages so wait for a few minutes.
-
After npm install finishes run this command --> npm run dev. This Command will Start the development mode.Check If everything is working fine then your are good to go ahead.