This project implements a QR code generator using Next.js and the static route handlers with Node.js.
- Clone this repository to your local machine.
- Open a terminal in the project directory.
Make sure you have Node.js installed on your machine. Then, run the following command to install the dependencies:
yarn install
Once you have installed the dependencies, you can start the development server with the following command:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Here are some additional resources to learn more about Next.js and static route handlers:
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.