BrianRuizy / nextjs-typescript-mdx-blog

Next.js blog starter built with Typescript, MDX, and Tailwind CSS.

Home Page:https://nextjs-typescript-mdx-blog.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS - Typescript - MDX - Blog

A Next.js starter for your next blog or personal site. Built with:

This Starter is heavily inspired by Lee Robinson and Anson Lichtfuss.

đź‘€ View the Live Demo

Getting Started

git clone https://github.com/ChangoMan/nextjs-typescript-mdx-blog.git
cd nextjs-typescript-mdx-blog

yarn install
# or
npm install

yarn dev
# or
npm run dev

Your new site will be up at http://localhost:3000/

About

Next.js blog starter built with Typescript, MDX, and Tailwind CSS.

https://nextjs-typescript-mdx-blog.vercel.app

License:MIT License


Languages

Language:TypeScript 94.3%Language:CSS 3.2%Language:JavaScript 2.5%