Continuing our Next.js journey, the next application which we will build is a blog. We will use Ghost CMS for our blogs and Next.js for the frontend.

So, open your terminal and create a new Next.js application by using the command below.

npx create-next-app ghost-nextjs

Now, as per the instructions, change to the newly created folder. I have also opened the project in VS Code. After that, run npm run dev to start the project.

initial

We will convert this project into a TypeScript project by installing the dependencies. We are also installing sass into the project.

#javascript #web-development #programming #coding

How to Build a Blog Site App with Next.js and Ghost
1.30 GEEK