๏ฟฝ๐ฒ๐ ๐ญ๐ชinvajr.hashnode.devยทSep 30, 2023 ยท 1 min readStack dev env setupThe current stack includes - Nextjs Tailwindcss Drizzle shadcn Prettier plugin $npx create-next-app@latest โ What is your project named? ... my-app โ Would you like to use TypeScript? ... No / Yes โ Would you like to use ESLint? ... No / Yes ...00
๏ฟฝ๐ฒ๐ ๐ญ๐ชinvajr.hashnode.devยทSep 30, 2023 ยท 1 min readUpdate yarncd to yarn install directory $cd D:\programs\yarn Start by enabling Corepack, if it isn't already $corepack enable Then initialize $yarn init -2 Finally update $yarn set version stable $yarn install TIPYarn also frequently ships Release...00
๏ฟฝ๐ฒ๐ ๐ญ๐ชinvajr.hashnode.devยทSep 21, 2023 ยท 1 min readNextJS: Reserved filenames in the app folderpage.js is the main entry point for each folder. layout.js contains the wrapping layout. if we don't provide one, the autogenerated layout.js in the root app folder is used. head.js used to customize the head of the page - metatags, title etc. error....00