nextjs + it dev nextjs tailwindcss Configuration - Tailwind CSSA guide to configuring and customizing your Tailwind installation. wono | discuss | tweet + it dev nextjs tailwindcss tailwind css 사용 설명서프론트 앤드와는 담쌓고 디자인과는 거리가 먼 나에게 tailwind css 는 한줄기 빛 이었다. 세상에 복잡하게 설정 할 필요도 없이 그냥 class 에다가 쭉 적어 넣기만 하면 된다구? 하지만 그 편한 사용법에도 당연히 문법이 있었으니.. tailwind css 의 문법들을 간단히 소개해 보고자 한다. tailwind css 횸페이지는 https://tailwindcss.com/ 이다. Get started 를 누르면 기본적인 설치 방법들이 나오는데 따라하면 누구나 쉽게 설치 할 수 있다. 기본 사용법 예시 class의 "" 안에 있는 내용이 모두 tailwindcss 의 명령어다. 간단히 설명하자면 w-12 는 높이는 12로 설정 h-10 은 넓이는 10으로 설정 text-white 는 글자 색을 .. wono | discuss | tweet + it dev nextjs shadcnui GitHub - samabid/authnextjs: Next.js full stack authentication app with shadcn uiNext.js full stack authentication app with shadcn ui - samabid/authnextjs wono | discuss | tweet + it dev nextjs module How can I get the path of a module I have loaded via require that is *not* mine (i.e. in some node_module) wono | discuss | tweet + it dev nextjs module How to get relative path to an imported file in node.js wono | discuss | tweet + it dev nextjs console log Removing Console Logs in Next.js ProjectsConsole logs are invaluable for debugging during development. However, leaving them in your production code can impact performance and potentially expose sensitive information. Thus, it’s crucial to… wono | discuss | tweet + it dev nextjs shadcnui dashboard Admin Dashboard With Next.js, TypeScript & Shadcn/uiWe will build a dashboard interface using React, Next.js, TypeScript and Shadcn-ui. It will be a content management interface for blog posts. We will also use Recharts, Lucide-React, React-Hook-Form and Zod for validation. wono | discuss | tweet + it dev nextjs shadcnui tailwindcss Unknown at rule @tailwindcss(unknownAtRules) · tailwindlabs/tailwindcss · Discussion #13881Unknown at rule @tailwindcss(unknownAtRules) wono | discuss | tweet + it dev nextjs shadcnui Calendar shadcn-ui language · Issue #1498 · shadcn-ui/uiHi, how do I change the calendar language? also, when it displays the date such as "September 7th 2023" I want it to display in another language. wono | discuss | tweet + it dev nextjs oci bucket Uploading a file to Oracle Object Storage using Node.JSWe extend the tutorial of How to upload a file in a full-stack React app to learn how to upload a... wono | discuss | tweet + it dev nextjs oci bucket Downloading a file from Oracle Object Storage using Node.JSWe extend the tutorial of How to download a file in a full-stack React app to learn how to download a... wono | discuss | tweet + it dev nextjs shadcnui Switch to newyork · Issue #2570 · shadcn-ui/uiI installed the project with default theme now I want to switch to new york what can I do. wono | discuss | tweet + it dev nextjs shadcnui UI Collection Shadcn/ui 멋있따. 난 컴포넌트 라이브러리가 아닌 컴포넌트 collection프로그래밍에서 라이브러리는 특정 기능을 수행하는 코드 모음이다. 이를 통해 개발자는 직접 모든 기능을 구현할 필요 없이, 필요한 기능을 쉽게 가져다 쓸 수 있다. 마치 도서관(library)에서 필요 wono | discuss | tweet + it dev nextjs shadcnui shadcnui installation nextjsInstall and configure Next.js. wono | discuss | tweet + it dev nextjs shadcnui How to use Shadcn UI with NextJS and Tailwind CSSShadcn UI is a library that you can use to create dynamic components. In this tutorial we’ll learn how to quickly setup Shadcn for any Next.js 14 project with Tailwind CSS. At the end you’ll learn how to build UI components like the login component b... wono | discuss | tweet + it dev nextjs shadcnui Next.js 블로그 만들기 (14.1 최신 버전 + tailwind) | D5BL5GFE 개발자라면 티스토리 말고 개인 블로그 하나쯤은,, wono | discuss | tweet + it dev nextjs custom Configuring: Custom Server | Next.jsStart a Next.js app programmatically using a custom server. wono | discuss | tweet + it dev nextjs custom Next JS의 Custom Server이전에 작성했던 [NextJS,Typescript] 카카오 API와 Firebase 연동하기 정리 에서 이어지는 내용입니다. 기술 스택은 NextJS , Typescript 입니다. Custom Server 도입 왜 Custom Server를 도입하게 되었는가 wono | discuss | tweet + it dev nextjs instrumentation Optimizing: Instrumentation | Next.jsLearn how to use instrumentation to run code at server startup in your Next.js app wono | discuss | tweet + it dev nextjs env [nextjs] 실무 개발 환경/배포 환경 설정(.env)넥스트(nextjs)로 개발 시 기본적으로 개발 환경과 배포 환경, QA 환경에 대한 설정(next.config.js)을 다르게 해야한다. 특히나 process.env에 포함되는 변수에 대한 설정도 분리해서 저장을 해야한다. 그리고 보통은 개발/배포로 나누지만, 실무에서는 개발, QA, 실서비스에 따른 환경도 각각 다르게 설정을 해야한다. 이러한 환경 변수(environmental variables) 설정하는 방식에 대해 알아보자. 우선은 아래의 글을 참고하여 PHASE_DEVELOPMENT_SERVER에 대한 이해를 하자. 그리고 react 배포 환경에 대한 .env에 대한 지식을 보고 오자. [react] 실무 개발 환경/배포 환경 설정(.env) [nextjs] next.config.js 기초 정리.. wono | discuss | tweetNext
+ it dev nextjs tailwindcss Configuration - Tailwind CSSA guide to configuring and customizing your Tailwind installation. wono | discuss | tweet
+ it dev nextjs tailwindcss tailwind css 사용 설명서프론트 앤드와는 담쌓고 디자인과는 거리가 먼 나에게 tailwind css 는 한줄기 빛 이었다. 세상에 복잡하게 설정 할 필요도 없이 그냥 class 에다가 쭉 적어 넣기만 하면 된다구? 하지만 그 편한 사용법에도 당연히 문법이 있었으니.. tailwind css 의 문법들을 간단히 소개해 보고자 한다. tailwind css 횸페이지는 https://tailwindcss.com/ 이다. Get started 를 누르면 기본적인 설치 방법들이 나오는데 따라하면 누구나 쉽게 설치 할 수 있다. 기본 사용법 예시 class의 "" 안에 있는 내용이 모두 tailwindcss 의 명령어다. 간단히 설명하자면 w-12 는 높이는 12로 설정 h-10 은 넓이는 10으로 설정 text-white 는 글자 색을 .. wono | discuss | tweet
+ it dev nextjs shadcnui GitHub - samabid/authnextjs: Next.js full stack authentication app with shadcn uiNext.js full stack authentication app with shadcn ui - samabid/authnextjs wono | discuss | tweet
+ it dev nextjs module How can I get the path of a module I have loaded via require that is *not* mine (i.e. in some node_module) wono | discuss | tweet
+ it dev nextjs module How to get relative path to an imported file in node.js wono | discuss | tweet
+ it dev nextjs console log Removing Console Logs in Next.js ProjectsConsole logs are invaluable for debugging during development. However, leaving them in your production code can impact performance and potentially expose sensitive information. Thus, it’s crucial to… wono | discuss | tweet
+ it dev nextjs shadcnui dashboard Admin Dashboard With Next.js, TypeScript & Shadcn/uiWe will build a dashboard interface using React, Next.js, TypeScript and Shadcn-ui. It will be a content management interface for blog posts. We will also use Recharts, Lucide-React, React-Hook-Form and Zod for validation. wono | discuss | tweet
+ it dev nextjs shadcnui tailwindcss Unknown at rule @tailwindcss(unknownAtRules) · tailwindlabs/tailwindcss · Discussion #13881Unknown at rule @tailwindcss(unknownAtRules) wono | discuss | tweet
+ it dev nextjs shadcnui Calendar shadcn-ui language · Issue #1498 · shadcn-ui/uiHi, how do I change the calendar language? also, when it displays the date such as "September 7th 2023" I want it to display in another language. wono | discuss | tweet
+ it dev nextjs oci bucket Uploading a file to Oracle Object Storage using Node.JSWe extend the tutorial of How to upload a file in a full-stack React app to learn how to upload a... wono | discuss | tweet
+ it dev nextjs oci bucket Downloading a file from Oracle Object Storage using Node.JSWe extend the tutorial of How to download a file in a full-stack React app to learn how to download a... wono | discuss | tweet
+ it dev nextjs shadcnui Switch to newyork · Issue #2570 · shadcn-ui/uiI installed the project with default theme now I want to switch to new york what can I do. wono | discuss | tweet
+ it dev nextjs shadcnui UI Collection Shadcn/ui 멋있따. 난 컴포넌트 라이브러리가 아닌 컴포넌트 collection프로그래밍에서 라이브러리는 특정 기능을 수행하는 코드 모음이다. 이를 통해 개발자는 직접 모든 기능을 구현할 필요 없이, 필요한 기능을 쉽게 가져다 쓸 수 있다. 마치 도서관(library)에서 필요 wono | discuss | tweet
+ it dev nextjs shadcnui shadcnui installation nextjsInstall and configure Next.js. wono | discuss | tweet
+ it dev nextjs shadcnui How to use Shadcn UI with NextJS and Tailwind CSSShadcn UI is a library that you can use to create dynamic components. In this tutorial we’ll learn how to quickly setup Shadcn for any Next.js 14 project with Tailwind CSS. At the end you’ll learn how to build UI components like the login component b... wono | discuss | tweet
+ it dev nextjs shadcnui Next.js 블로그 만들기 (14.1 최신 버전 + tailwind) | D5BL5GFE 개발자라면 티스토리 말고 개인 블로그 하나쯤은,, wono | discuss | tweet
+ it dev nextjs custom Configuring: Custom Server | Next.jsStart a Next.js app programmatically using a custom server. wono | discuss | tweet
+ it dev nextjs custom Next JS의 Custom Server이전에 작성했던 [NextJS,Typescript] 카카오 API와 Firebase 연동하기 정리 에서 이어지는 내용입니다. 기술 스택은 NextJS , Typescript 입니다. Custom Server 도입 왜 Custom Server를 도입하게 되었는가 wono | discuss | tweet
+ it dev nextjs instrumentation Optimizing: Instrumentation | Next.jsLearn how to use instrumentation to run code at server startup in your Next.js app wono | discuss | tweet
+ it dev nextjs env [nextjs] 실무 개발 환경/배포 환경 설정(.env)넥스트(nextjs)로 개발 시 기본적으로 개발 환경과 배포 환경, QA 환경에 대한 설정(next.config.js)을 다르게 해야한다. 특히나 process.env에 포함되는 변수에 대한 설정도 분리해서 저장을 해야한다. 그리고 보통은 개발/배포로 나누지만, 실무에서는 개발, QA, 실서비스에 따른 환경도 각각 다르게 설정을 해야한다. 이러한 환경 변수(environmental variables) 설정하는 방식에 대해 알아보자. 우선은 아래의 글을 참고하여 PHASE_DEVELOPMENT_SERVER에 대한 이해를 하자. 그리고 react 배포 환경에 대한 .env에 대한 지식을 보고 오자. [react] 실무 개발 환경/배포 환경 설정(.env) [nextjs] next.config.js 기초 정리.. wono | discuss | tweet