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
-
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...
-
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...
-
Official Documentation: https://nextjs.org/docs For asking questions about Next.js, several community channels are highly recommended due t...
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.