Example app combining three recent Next.js examples
Just for kicks, ensure IE 10, 11 for a combination of three official Next.js examples, as follows:
Install it and run:
npm install
npm run dev
# or
yarn
yarn dev
Docker:
docker build -t somename:v1 .
docker run --rm -p 3000:3000 somename:v1