/nextjs-blog-example

This repository includes the project that guided at https://nextjs.org

Primary LanguageJavaScriptMIT LicenseMIT

Next.js blog example

DEMO 👉 https://nextjs-blog-example.musakacmaz.vercel.app

This is a starter template for Learn Next.js.

Prerequisites

You will need Node.js version 8.0 or greater installed on your system.

Setup

Get the code by either cloning this repository using git

git clone https://github.com/musakacmaz/nextjs-blog-example.git

Once downloaded, open the terminal in the project directory, and install dependencies with:

npm install

Then start the app with:

npm run dev

The app should now be up and running at http://localhost:3000 🚀