adamkss / Next.js-Static-Site-Generation-POC

Demonstrating Static Site Generation with the help of Next.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a proof of concept Next.js app to showcase Static Site Generation!

  1. Install thee dependencies by running npm install.
  2. Run the json-server to serve the blog data by running npm run start:server.
  3. In parallel run npm run build.
  4. Run npm run start.
  5. Test your app by navigating to localhost:3000.

Congratulations! You now have a static app via Static Site Generation! 🎉

About

Demonstrating Static Site Generation with the help of Next.js.


Languages

Language:JavaScript 100.0%