Skip to content

uniformdev/SE-UniformConf-Canvas

Repository files navigation

UniformConf Next.js Starter

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Configure environment variables

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.

Install packages

npm i
# or
yarn

Run the development server

npm run dev
# or
yarn dev

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

Testing

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

Learn More

To learn more about Uniform, take a look at the following resources:

You can check out our website and our docs for a variety of Uniform usage recipes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published