Nextjs
create Next app
This app was created using npx create-next-app@latest (opens in a new tab)
npx create-next-app@latestOn 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 (@/*)? NoRun the Development Server
- Run
npm run devto start the development server. - Visit
http://localhost:3000to view your application. - Edit
src/app/page.tsxfile and save it to see the updated result in your browser.