/blog-example-with-tailwind-nextjs

A blog-example using Tailwind CSS, React-markdown, and NextJS

Primary LanguageJavaScript

Blog-example with NextJS + React markdown + Tailwind

A blog example to get started with core nextjs features - routing, static-site-generation, dynamic pages, api-routes with TailWind CSS "starter example" and React-Markdown

Tech Stack

  • NextJS
  • TailWind CSS
  • React-Markdown
  • React-syntax-highlighter
  • Gray-matter

Run Locally

Clone the project

  git clone https://github.com/GeoBrodas/blog-example-with-tailwind-nextjs.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev