Next.js 15 / React 19
PostgreSQL
Prisma ORM
TypeScript, ESLint & Zod
ShadCN UI
Next Auth
React Hook Form
Jest Testing
Vercel Deployment
Next.js 101
Sunday, January 5, 2025
Wednesday, May 29, 2024
Sunday, May 19, 2024
Tailwind class usage: example component
import React from "react";
import AddToCard from "../components/AddToCard";
const ProductCard = () => {
return (
<div className="p-5 my-5 bg-sky-400 text-white text-xl hover:bg-sky-500">
<AddToCard />
</div>
);
};
export default ProductCard;
Subscribe to:
Posts (Atom)
Next.js Stack
Next.js 15 / React 19 PostgreSQL Prisma ORM TypeScript, ESLint & Zod ShadCN UI Next Auth React Hook Form Jest Testing Vercel Deployment
-
x:next-js x$ npx create-next-app@13.4 Need to install the following packages: create-next-app@13.4.19 Ok to proceed? (y) ✔ What is your pro...
-
x:smart-connect x$ npm run dev > smart-connect@0.1.0 dev > next dev ▲ Next.js 14.2.3 - Local: http://localhost:3000 ✓ Sta...
-
https://daisyui.com/