Skip to content

Nirajn2311/lazy-loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lazy Loading

The site can be accessed at lazy-loading-wc.netlify.app or by setting up the project locally.

Local Setup

  1. Clone the repository using the command - git clone https://github.com/Nirajn2311/lazy-loading.git

  2. Change your directory to the cloned repository - cd lazyloading

  3. You can use serve, a node.js package, or any other equivalent tool to serve the site

  4. Install serve - npm i -g serve

  5. Serve the site - serve

  6. Open the link shown in the output of serve in the browser of your choice

  7. Your local setup of this site is finished 😄😄!!