/nextjs-blog

Next.js blog app

Primary LanguageTypeScript

Next.js Blog

Next.js blog app from this tutorial. Not much to see here, just trying out Next.

Running the app

First, run the development server:

npm run dev
# or
yarn dev

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