DEMO 👉 https://nextjs-blog-example.musakacmaz.vercel.app
This is a starter template for Learn Next.js.
You will need Node.js version 8.0 or greater installed on your system.
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 🚀