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 ✨

Home Page:https://nextjs-boilerplate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplate without Typescript?

spabolu opened this issue · comments

Hi there,
Thanks for making this amazing boilerplate for Next.js. Is it possible for you to create one using JavaScript instead?

Much appreciated

Hi @spabolu,

The project supports JavaScript without any change (but, I didn't try it myself), you should be able to write your code in JavaScript instead TypeScript without any issue. You can totally do it, it shouldn't have any blocker.

The project focus on TypeScript and I also mostly focus on TypeScript.

Ok, thanks!