My Next.Js configuration

itzsrikanth - Jul 13 - - Dev Community

Generally while creating a content-heavy Next.Js project, I prefer to have it initialized with a few params like below:

npx create-next-app --ts \
--tailwind \
--eslint \
--app --src-dir \
--import-alias \
--use-yarn \
-e app-dir-mdx <app_name>
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . .
Terabox Video Player