Closed nexxeln closed 2 years ago
Why not add a template to the official examples directory of Next.js?
That way people can bootstrap a Next.js + Mantine Project with npx create-next-app -e with-mantine
npx create-next-app -e with-mantine
Because it will be much harder to update as it will require raising PR in Next.js main repo, it will not be synchronized with Mantine releases cycle.
Makes sense, thank you for all the amazing work!
Why not add a template to the official examples directory of Next.js?
That way people can bootstrap a Next.js + Mantine Project with
npx create-next-app -e with-mantine