Simple React Blog
View Demo
React + Next.js + GraphQL + Cosmic JS
This blog uses Next.js to create a Universal React blog. It connects to the Cosmic JS API via GraphQL. Manage your content from your Cosmic JS Bucket Dashboard. Simple.
Getting Started
git clone https://github.com/cosmicjs/simple-react-blog
cd simple-react-blog
npm i
Run in development
npm run dev
Run in production
COSMIC_BUCKET=your-bucket-slug npm start
Open http://localhost:3000.
Cosmic JS
You can easily manage the content in your Simple React Blog website on Cosmic JS. Cosmic JS makes a great React CMS. Follow these steps:
- Log in to Cosmic JS.
- Create a Bucket.
- Go to Your Bucket > Apps.
- Install the Simple React Blog.
- Deploy your Blog to the Cosmic App Server at Your Bucket > Web Hosting.