Skip to content

buhowski/next-js-showcase

Repository files navigation

Blog Posts Showcase

Using Next.js and NextUI for styling

Demo: https://next-js-next-ui-showcase.vercel.app

Requirements

Node.js v20 or higher

Installation

npm install
# or
yarn

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

├── 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.

About

Code: Next.js, NextUI, Data Fetching (Client-Side)

Resources

Stars

Watchers

Forks