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 project named? … smart-connect
✔ Would you like to use TypeScript? … No / Yes
✔ Would you like to use ESLint? … No / Yes
✔ Would you like to use Tailwind CSS? … No / Yes
✔ Would you like to use `src/` directory? … No / Yes
✔ Would you like to use App Router? (recommended) … No / Yes
✔ Would you like to customize the default import alias? … No / Yes
Creating a new Next.js app in /Users/x/Projects/next-js/smart-connect.
Using npm.
Initializing project with template: app-tw
Installing dependencies:
- react
- react-dom
- next
- typescript
- @types/react
- @types/node
- @types/react-dom
- tailwindcss
- postcss
- autoprefixer
- eslint
- eslint-config-next
Saturday, May 18, 2024
Create your first project
Subscribe to:
Post Comments (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
-
Next.js 15 / React 19 PostgreSQL Prisma ORM TypeScript, ESLint & Zod ShadCN UI Next Auth React Hook Form Jest Testing Vercel Deployment
-
Official Documentation: https://nextjs.org/docs For asking questions about Next.js, several community channels are highly recommended due t...
-
To make a client component add 'use client' line to first line of your component file. When to Use Client-side and Server-side Comp...
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.