alexdevero / vercel-serverless-user-agent-based-rendering

This is a demo of Vercel serverless user-agent-based rendering.

Home Page:vercel-serverless-user-agent-based-rendering.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vercel serverless user-agent-based rendering

This is a demo of Vercel serverless user-agent-based rendering.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

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

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

Deploy on Vercel

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.

About

This is a demo of Vercel serverless user-agent-based rendering.

vercel-serverless-user-agent-based-rendering.vercel.app

License:MIT License


Languages

Language:TypeScript 66.4%Language:CSS 28.6%Language:JavaScript 5.0%