Next.js Static HTML app deployment to GitHub Project Pages Demo
Hi all, this is an demo of how we can deploy a Next.js v10 app, with Tailwind CSS styling to GitHub Project pages.
GitHub Project pages can be hosted alongside specific GitHub projects / repositories. They can be documents or web pages.
The static Html pages here have been created in the GitHub repository, and have been pushed to a "gh-pages" branch and published.
This app was created with Next.js v10+ and Tailwind 2.0+ and exported to static HTML. Since the pages are statically generated at build time, they are very fast to render, despite still being reactive. The benefit being that they are optimized and do not require any server-side computation, giving a faster loading experience.
Further details of how this was done can be read in the README file, in the main project repository.