Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 689 Bytes

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