Using Next.js and NextUI for styling
Demo: https://next-js-next-ui-showcase.vercel.app
Node.js v20 or higher
npm install
# or
yarnnpm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
├── app/ # Next.js pages
│ ├── page.tsx # Main HomePage displaying the list of posts + Modal Post Details
├── package.json # Project dependencies and scripts
├── etc...
This is a Next.js project bootstrapped with create-next-app.