ixartz / Next-js-Boilerplate

🚀🎉📚 Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS ✨
https://nextjs-boilerplate.com
MIT License
8.79k stars 1.69k forks source link

Guide to remove certain dependencies? #242

Closed txfs19260817 closed 7 months ago

txfs19260817 commented 7 months ago

Hey there, thank you for the great boilerplate! It's a really comprehensive starter though, I am looking to customize it by removing or replacing certain components. Some dependencies appear to be coupled with GitHub Actions or configs, making them hard to remove with simply npm uninstall. A guide on removing these dependencies would be greatly appreciated. Thank you!

ixartz commented 7 months ago

Hi @txfs19260817, thank you for your comment. If one dependencies is used in GitHub Actions or configs, you just need to remove with npm uninstall and remove the mention in GitHub Actions or configs. All the dependencies should be easy to remove.

Indeed, it could be great to have a clear documentation but it shouldn't be blocking.

ixartz commented 7 months ago

For feature suggestion, we'll use the project to track the update: https://github.com/users/ixartz/projects/1

I've added this issue into the Roadmap