This is a Next.js project bootstrapped with create-next-app
.
The project is already configured to use a sample Uniform project. Check out the .env.example file for instructions on how to use your own project instead.
npm i
# or
yarn
npm run dev
# or
yarn dev
Open http://localhost:4455 with your browser to see the result.
Project contains examples with multiple rendering modus.
/examples/ssg/...
- SSG via slug resolution/examples/ssr/...
- SSR via slug resolution/pmap/ssg/...
- SSG via Project Map resolution/pmap/ssr/...
- SSR via slug resolution
To learn more about Uniform, take a look at the following resources:
- Documentation - learn about Uniform's features and the API.
- Component Starter Kit (page router) - a Uniform component starter kit using Next.js page router.
- Component Starter Kit (app router) - a Uniform component starter kit using Next.js app router.
- Documentation about Edgehancers - learn about Edgehancers and data connections
- Stored Endpoint (Swagger) - Uniform's endpoint returning stored data (Fastly).
- Edgehanced Endpoint (Swagger) - Uniform's endpoint returning edgehanced data (Cloudflare).
You can check out our website and our docs for a variety of Uniform usage recipes.