/blog-pet

pet sitter blog based on minimalist template

Primary LanguageTypeScriptMIT LicenseMIT

The Minimalist template is a blog template built with nextjs and tailwind CSS. It provides a minimalist look for the reader and is made with modern technology, so you can easily extend and edit it.

Check out the Minimalist template demo.

Demo

Our Template Stack

Next JS TailwindCSS Markdown TypeScript

Getting Started

Firstly, download the nextjs minimalist template code for the GitHub repo using the following command:

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

Then run your development server:

# 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

  1. Nextjs
  2. Typescript
  3. PNPM
  4. Tailwind CSS

Additional package

  1. Next-seo
  2. @tailwindcss/typography
  3. lodash
  4. react-icons
  5. flowbite
  6. fuse.js

Open http://localhost:3000 with your browser to see the result.