Check out the deployed website here
First, install the node modules and packages
npm install
# or
yarn install
Second, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
-
Next.js Documentation - learn about Next.js features and API.
-
Learn Next.js - an interactive Next.js tutorial.
To learn more about Tailwind Css, take a look at the following resources:
- Tailwind Css Documentation - learn about Tailwind Css
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out Next.js deployment documentation for more details.
Check out Vercel for deploying Web-App for free on an account.