https://github.com/devmnj/react-prismic-blog-master
React Prismic CMS blog master
https://github.com/devmnj/react-prismic-blog-master
blog cms-framework prismic-reactjs reactjs
Last synced: 3 months ago
JSON representation
React Prismic CMS blog master
- Host: GitHub
- URL: https://github.com/devmnj/react-prismic-blog-master
- Owner: devmnj
- Created: 2021-10-25T05:53:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T04:44:32.000Z (over 3 years ago)
- Last Synced: 2025-01-16T11:35:30.659Z (4 months ago)
- Topics: blog, cms-framework, prismic-reactjs, reactjs
- Language: CSS
- Homepage: http://react-prismic-blog-master.vercel.app
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prismic React Blog
This is a prismic CMS + React application which is ideal for blogging purposes. The following packages were used in this project
* Prismic CMS
* Redux Toolkit
* React# Setup and run
To setup a project, you need to configure a free prismic project @ Prismic.io## .env
Create a .env file in your project root and add the following details. The API link can be found under your prismic account.```REACT_APP_API=https://jsuu.cdn.prismic.io/api/v2
REACT_APP_DSQ=disqus-id
```
Install dependencies using npm or yarn
```
npm install
```
## Run the project
You can run the project using the *npm start* script.# Escape
I used redux toolkit in the project, it does work while development. I trying to deploy on Vercel, it didn't make. **I need a hand for fix the issue**.
## More guides on PrismicMore guide on Prismic CMS can be found on [Javascript Superuser](http://javascriptsu.wordpress.com/tag/prismic) blog