Skip to content

AlexeyPopovUA/nextjs-remote-images

Repository files navigation

nextjs-remote-images

Example static web app, that uses remote image optimization service

Screenshots

Demo URL: https://nextjs-remote-images.examples.oleksiipopov.com/

Landing page:

Landing page

Thumbnails with different "fit" parameters: Image fit page

Thumbnails with loading blur animation:

Animated blurred thumbnails

How to run

# Inastall dependencies of all workspaces
npm run install-all

# Run the front-end in dev mode
npm run dev-front