Skip to content

markuslewin/nextgram-on-azure

 
 

Repository files navigation

NextGram

This is a sample Next.js application that takes advantage of the advanced routing capabilities.

The photo route can be attached to two distinct components:

  1. When navigating within the application, it is rendered as a modal
  2. When the page is refreshed, it is rendered as a standalone page

Demo

https://nextgram.vercel.app

Deploy with Vercel

Run locally

docker build -t markuslewin/nextgram-on-azure .
docker run -p 3000:3000 markuslewin/nextgram-on-azure

Upload to container registry

docker build -t markuslewin/nextgram-on-azure .
docker push markuslewin/nextgram-on-azure

About

A sample Next.js app showing dynamic routing with modals as a route.

Resources

Stars

Watchers

Forks

Contributors

Languages

  • TypeScript 39.8%
  • Dockerfile 33.6%
  • CSS 25.3%
  • JavaScript 1.3%