0.0.0 • Published 9 months ago

tailwind-nextjs-typescript-starter-blog v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

English | 简体中文

Tailwind Nextjs TypeScript Starter Blog

Blogging starter template based on Tailwind + Next.js + TypeScript.

Usage

Moreover, you can custom your favicons and remove others example files.

Deploy

You'd better to choose Vercel, because of some API functions.

Technology Stack

Developers experience (DX) based on:

Initialized by @jannajs/lint.

Motivation

In an interview article with the React core developers, I read that he recommended newcomers to get started with Next.js. As an old Reacter, It's hard to justify not knowing about Next.js, I recently decided to start my own blog template, the previous Hexo template felt like a mental burden and didn't have much motivation to blog well. With the React framework, we can do a lot of things. In addition to the recent Vite and Windi CSS has been more familiar, just take this as an opportunity to do a Next.js and Vite in-depth experience.

I originally thought that started from ZERO, the workload or too screaming after short thinking. After all, the goal is to make my blog again after the template works well. Finally found timlrx/tailwind-nextjs-starter-blog, a Tailwind + Nextjs template, I wanted to migrate to Windi CSS, but it was not easy to grasp the workload when I was not familiar with the project, so I thought it would be better to take this opportunity to Tailwind and have a deep experience. And because the project's support for TypeScript isn't complete enough, As a TypeScript enthusiast, even though I'm a mediocre type gymnast _(:з」∠)_ Therefore, a more comprehensive TypeScript support is made based on this template.