Skip to content

quachtridat/quachtridat.github.io

Repository files navigation

This is aNext.jsproject bootstrapped withcreate-next-app.

Getting Started

First, run the development server:

npm run dev
#or
yarn dev

Openhttp://localhost:3000with your browser to see the result.

You can start editing the page by modifyingpages/index.js.The page auto-updates as you edit the file.

API routescan be accessed onhttp://localhost:3000/api/hello.This endpoint can be edited inpages/api/hello.js.

Thepages/apidirectory is mapped to/api/*.Files in this directory are treated asAPI routesinstead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check outthe Next.js GitHub repository- your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use theVercel Platformfrom the creators of Next.js.

Check out ourNext.js deployment documentationfor more details.