Skip to content
/ minimalist Public template

Minimalist is template for blog built with nextjs, shadcn ui and tailwind css.

License

Notifications You must be signed in to change notification settings

frontendweb3/minimalist

Repository files navigation

The Minimalist blog template was created with Next.js, Shadcn UI, Content Layer, and Tailwind CSS. The Minimalist template is built using modern technologies, making it easy to extend and customize.

Take a look at the demo of the Minimalist template!

Demo

Demo

Our Template Stack

Next JS TailwindCSS Markdown TypeScript Shadcn UI Contentlayer

Clone Repository

First, download the Next.js minimalist template code from the GitHub repository using the following command:

git clone https://github.com/frontendweb3/minimalist.git

Then follow the below steps:

# step 1
cd minimalist

# step 2
pnpm install
#  or 
yarn install

# step 3
yarn dev
#    or
pnpm dev

Our primary stack for the minimalist template includes:

  1. Next.js
  2. TypeScript
  3. PNPM
  4. Tailwind CSS

Additional packages:

  1. Lucide icons
  2. @tailwindcss/typography
  3. fuse.js

After downloading, open your browser and navigate to http://localhost:3000 to see the result.