I created this project in React JS and SCSS and next time I will try my best to use React states and advanced SCSS.
What challenges did you encounter, and how did you overcome them?The challenge I faced in this is the actual deployment and I still consider this as an overwhelming task. Can someone please guide me on how to deploy React or Vanilla project to GitHub. I have created this project in React and after completing the project I executed the npm run build
command to build the project, now nothing is appearing on the web page but if you see my code everything is written and working nicely on Visual Studio Code.
I need assistance on project deployment. Please help me to understand how to deploy a project and add it in the git repository. I am submitting this solution with live view error but the code is working nicely on the Visual Studio Code with live server extension. Whenever I create a project using npm create vite@latest
everything work nicely until I execute the npm run build
command after executing this a dist folder is automatically add to my project folder and sometimes images don't work and this time the whole project don't work