Nextjs

create Next app

This app was created using npx create-next-app@latest (opens in a new tab)

npx create-next-app@latest

On installation, you'll see the following prompts:

What is your project named?                                  e-commerce
Would you like to use TypeScript?                            Yes
Would you like to use ESLint?                                Yes
Would you like to use Tailwind CSS?                          No
Would you like to use 'src/' directory?                      Yes
Would you like to use App Router? (recommended)              Yes
Would you like to customize the default import alias (@/*)?  No

Run the Development Server

  1. Run npm run dev to start the development server.
  2. Visit http://localhost:3000 to view your application.
  3. Edit src/app/page.tsx file and save it to see the updated result in your browser.