A sample Next.js starter site that uses Agility CMS and aims to be a foundation for building incredible websites using Next.js and Agility CMS.
The “Agility CMS & Next.js Starter” is a Next.js starter site that integrates with Agility CMS. It aims to provide a foundation for building fully static sites using Next.js and Agility CMS. The starter site is connected to a sample Agility CMS instance for sample content and pages. It supports features such as full page management, preview mode, image optimization using Next.js’ image component, incremental static regeneration (ISR) builds, component level data fetching, and more. The starter site is written in TypeScript and utilizes Tailwind CSS for styling.
To get started with the Agility CMS & Next.js Starter, follow these steps:
npm install or yarn install to install the required dependencies..env.local.example file to .env.local.Development Mode:
yarn
yarn dev
Production Mode:
yarn
yarn build
yarn start
The Agility CMS & Next.js Starter is a convenient solution for building fully static sites using Next.js and Agility CMS. It provides a range of features including easy integration, support for Next.js 13 and React 18, full page management, preview mode, image optimization, incremental static regeneration, component level data fetching, and more. The starter site leverages Tailwind CSS for styling and is written in TypeScript for improved code quality. With its comprehensive features and ease of use, the Agility CMS & Next.js Starter is an efficient starting point for developers looking to create static sites with Next.js and Agility CMS.