Prepare a new NextJS project ๐ต
๐ Create a project with CLI
pnpm create next-app --use-pnpm --ts --eslint --src-dir
# or
npm create next-app --ts --eslint --src-dir
Choose TypeScript and ESLint tools.
If you set --experimental-app flag, you can meet the warning message below:
...
loclv.hashnode.dev5 min read