md root/ │ ├── assets/images/ │ └── index.html
Note: Please ensure you have installed nodejs
To preview and run the project on your device:
- Open project folder in Visual Studio Code
- In the terminal, run
npm install - Run
npm startto view project in browser
To view this project locally:
-
Navigate to the project directory: cd LANDING MAIN
-
Open
build/index.htmlin your browser:Open the
build/index.htmlfile in your preferred browser.
All project assets are stored in the assets/ directory. Images are specifically located in assets/images/.