- Notifications
You must be signed in to change notification settings - Fork0
use nextJS tailwindcss
NotificationsYou must be signed in to change notification settings
liuhui1999/bolg-with-next
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Next.js starter for your next blog or personal site. Built with:
- Typescript
- Write posts withMDX
- Style withTailwind CSS
- Linting withESLint
- Formatting withPrettier
- Linting, typechecking and formatting on by default using
husky
for commit hooks - Testing withJest and
react-testing-library
This Starter isheavily inspired byLee Robinson andAnson Lichtfuss.
git clone https://github.com/ChangoMan/nextjs-typescript-mdx-blog.gitcd nextjs-typescript-mdx-blogyarn install# ornpm installyarn dev# ornpm run dev
Your new site will be up athttp://localhost:3000/