Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 669 Bytes

nextjs-misc.md

File metadata and controls

14 lines (8 loc) · 669 Bytes

NodeJS - misc info:

Routing:

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

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