Next.js blog

This is a project using Next.js that I created just for studying purpose.

Local installation

Prerequisites:

  • NPM
  • You’ll need Node.js version 10.13 or later.

Clone repository and get into the project folder:

git clone git@github.com:geovanasilva/nextjs-blog.git

cd nextjs-blog

Install npm dependencies:

npm install

Run the project with the development mode:

npm run dev