To run our project, make sure your terminal is in the right directory of your project, now let's run the development server:
-
To start the development server, you can run
npm run dev
oryarn dev
-
Visit http://localhost:3000 (opens in a new tab) to view your application.
-
Edit app/layout.tsx (or pages/index.tsx) file and save it to see the updated result in your browser.