Skip to content

soufianeelc/nextjs-hashnode-blog

Repository files navigation

Next.js, Tailwind CSS, TypeScript, and Hashnode API Blog Template


This template provides a starting point for building a blog using Next.js, Tailwind CSS, TypeScript, and integrating with the Hashnode API for content management. It aims to offer a clean and organized structure to kickstart your blogging journey.

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/Soufianeelc/nextjs-hashnode-blog.git
  1. Navigate into the project directory:
cd nextjs-hashnode-blog
  1. Install dependencies:
yarn
  1. Start the development server:
yarn dev

Open http://localhost:3000 to view your blog.

Customizing Content

Blog Posts

  1. Create a new post on your Hashnode account.
  2. Ensure it's published.
  3. The template will automatically fetch and display it on your blog.

Deployment

You can deploy your blog using platforms like Vercel, Netlify, or any other of your choice.

Contributing

Feel free to contribute to this project by opening issues or submitting pull requests. Your contributions are highly appreciated!

License

This project is open-source and available under the MIT License.

Acknowledgements

  • Built with ❤️ using Next.js, Tailwind CSS, TypeScript, and Hashnode API.