DEV Community

itzsrikanth
itzsrikanth

Posted on

My Next.Js configuration

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

Top comments (0)