Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frontendweb3/minimalist
minimalist is template for blog built with nextjs and tailwind css
https://github.com/frontendweb3/minimalist
next-static-blog nextjs nextjs-blog nextjs-blog-template nextjs-boilerplate nextjs-template nextjs13 react tailwind tailwindcss template typescript
Last synced: 2 months ago
JSON representation
minimalist is template for blog built with nextjs and tailwind css
- Host: GitHub
- URL: https://github.com/frontendweb3/minimalist
- Owner: frontendweb3
- License: mit
- Created: 2023-01-26T12:32:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T11:05:24.000Z (about 1 year ago)
- Last Synced: 2024-10-29T05:35:01.067Z (3 months ago)
- Topics: next-static-blog, nextjs, nextjs-blog, nextjs-blog-template, nextjs-boilerplate, nextjs-template, nextjs13, react, tailwind, tailwindcss, template, typescript
- Language: TypeScript
- Homepage: https://minimalist-nu.vercel.app/
- Size: 16.1 MB
- Stars: 9
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-nextjs - Minimalist - Minimalist blog template built with nextjs and tailwind css. (Next.js blog template)
README
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](/public/frontendweb3.github.io-2.png)](https://frontendweb3.github.io/minimalist/)
## Our Template Stack
![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)## Getting Started
Firstly, download the nextjs minimalist template code for the GitHub repo using the following command:
```bash
git clone https://github.com/frontendweb3/minimalist.git
```
Then run your development server:```bash
# 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 CSSAdditional package
1. Next-seo
2. @tailwindcss/typography
3. lodash
4. react-icons
5. flowbite
6. fuse.jsOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.