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>
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>
For further actions, you may consider blocking this person and/or reporting abuse
ElaFella -
Amador Criado -
Rajesh Kumar Yadav -
akhil mittal -
Top comments (0)