https://github.com/elis/graze
Modern content stack with sever-side rendering
https://github.com/elis/graze
graphcms javascript react server-side-rendering
Last synced: about 1 month ago
JSON representation
Modern content stack with sever-side rendering
- Host: GitHub
- URL: https://github.com/elis/graze
- Owner: elis
- Created: 2019-04-09T21:00:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T05:46:14.000Z (over 2 years ago)
- Last Synced: 2025-02-17T02:47:45.932Z (2 months ago)
- Topics: graphcms, javascript, react, server-side-rendering
- Language: JavaScript
- Homepage: https://graze.site/
- Size: 9.88 MB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Graze is a modern content management and deployment solution for snappy sites and web apps.

It's based on [Razzle](https://github.com/jaredpalmer/razzle/) with a few modifications to easily deploy to heroku and plug into GraphCMS.
## Install
Install graze:
```
$ npx create-graze-app my-site my-heroku-app https://graph-cms-api/
$ cd my-site
$ npm start
```Learn more about setup and installation in our tutorial: [Graze Turorial](https://graze.site/__tutorial)
## Deploy
Currently Graze supports deployment to Heroku.
Push directly to heroku via git `git push heroku master` or use the shorthand command:
```
$ npm deploy
```Your app will be deployed to Heroku - follow the CLI output.
## Motivation
My desire was to create a static-like website that delivers content blazingly fast while allowing me to modify both content and code with zero effort.
The result is Graze.
## Inspiration
* [palmerhq/razzle](https://github.com/jaredpalmer/razzle)
#### Author
* [Eli Sklar](https://twitter.com/elisklar)
---
MIT License
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!