Gladwin GT
React.js Developer
Full stack developer specializing in React, Next.js, and modern web technologies. Creating responsive, user-friendly applications with clean, maintainable code.
$ npx create-next-app@latest my-appNeed to install the following packages:create-next-app@15.2.0? What is your project named? » my-app? Use App Router? (recommended) » Yes? Would you like to use Turbo? (recommended) » YesCreating a new Next.js app in /Users/dev/my-app...Installing dependencies:- react@18.2.0- react-dom@18.2.0- next@15.2.0Dependencies installed successfully!$ cd my-app && npm run dev