antd-mobile-samples/web-ssr at master · ant-design/antd-mobile-samples · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

antd-mobile + next.js (Server Side Render)

How to use

Install it and run:

npm install
npm run dev

open http://localhost:3000/

Build & Run

npm run build
npm start

The idea behind the example

[Next.js] is a Framework for server-rendered React apps.

This example features how you use antd-mobile (Ant Design Mobile FrontEnd Framwork) with Next.js.