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.
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
- Nextjs
- Typescript
- PNPM
- Tailwind CSS
Additional package
- Next-seo
- @tailwindcss/typography
- lodash
- react-icons
- flowbite
- fuse.js
Open http://localhost:3000 with your browser to see the result.