Skip to content

gpolyn/nextjs-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Next.js polyfill example targeting troublesome IE 11, 10 browsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published