A simple blog website powered by Next.js and Cosmic.
The Simple React Blog is a blog template built using React and Next.js. It utilizes the new app organization structure of Next.js 13, taking advantage of React Server Components. The blog connects to the Cosmic API via the Cosmic JavaScript SDK.
To install the Simple React Blog, follow these steps:
npm install
npm run dev
COSMIC_BUCKET=your-bucket-slug
COSMIC_READ_KEY=your-read-key
COSMIC_WRITE_KEY=your-write-key
The Simple React Blog is a blog template built with React, Next.js, and the Cosmic API. It takes advantage of the new React Server Components feature in Next.js 13 and provides easy integration with the Cosmic API using the Cosmic JavaScript SDK. The installation process is straightforward, and developers can quickly set up and customize the blog to suit their needs.