/nextgram

A sample Next.js app for showing off it's capabilities

Primary LanguageJavaScript

NextGram

Sample next app that takes advantage of the routing capabilities. In particular, notice that the photo route can be attached to two distinct components: in one case rendered as a modal, and in another case rendered independently.

NextGram

Installation

$ npm install

Running the app

$ npm run dev