Blog
This is a blog created using React.JS and Next.JS, fully customizable, drop and use!
Features
- Created for easly use
- CMS Panel (GraphCMS)
- Comments
- Modern design and clean code!
Tech
- React
- Next.JS
- GraphQL
- GraphCMS
- TailwindCSS
- Sass
Installation
Requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the server.
cd blog-graphcms
npm i
GraphCMS
Create a API using the tutorial
For production environments…
copy con .env
# after create type
NEXT_PUBLIC_GRAPHCMS_ENDPOINT='YOUR_CONTENT_API'
GRAPHCMS_TOKEN="YOUR_PERMANENT_AUTH_TOKEN"