MDNEXT是一个工具生态系统,可让您的NextJS + MDX项目爆炸 :rocket:
快速开始 :rocket:
想要开始一个新项目?
# Using NPX we'll start up the mdnext CLI prompts --
npx mdnext
# You will first be prompted with.. --
What is the name of your project ?
# Then you will choose which template to
这是一个使用创建的nextjs-tailwind-starter引导的NextJs和Tailwind项目。
入门
要使用此入门工具,可以通过以下方法使用create-next-app进行操作:
npx create-next-app -e https://github.com/theodorusclarence/nextjs-tailwind-starter project-name
或者
首先,运行开发服务器:
npm run dev
# or
yarn dev
用浏览器打开以查看结