graphql-auto-generating-cms
Use your existing graphQL schema to generate CMS in a couple steps. DEMO: http://cms-demo.web4fly.com/
File Explorer
Download Latest Version (.zip)- components.test.js.snap
- components.test.js
- fake-data.json
- middleware.js
- category.db
- coupon.db
- customer.db
- index.js
- product.db
- 05ะกะบะฐ.mp3
- Demain-le-mot-anglais-blanc-1600x2560.jpg
- app.js
- index.html
- Screen Shot 2016-10-31 at 10.23.09 AM.png
- Screen Shot 2016-10-31 at 10.24.52 AM.png
- Screen Shot 2016-10-31 at 10.25.51 AM.png
- Screen Shot 2016-10-31 at 10.26.10 AM.png
- Screen Shot 2016-10-31 at 10.26.35 AM.png
- Screen Shot 2016-10-31 at 10.33.13 AM.png
- Screen-Shot-2016-10-31-at-10.33.13-AM.png
- category.js
- coupon.js
- customer.js
- index.js
- product.js
- category.js
- coupon.js
- customer.js
- index.js
- product.js
- index.js
- mutations.js
- queries.js
- app.jsx
- cms_config.js
- server.js
- README.md
- Editor.js
- List.js
- Markdown.js
- SideMenu.js
- View.js
- index.js
- middleware.js
- styles.css
- Editor.jsx
- List.jsx
- Markdown.jsx
- SideMenu.jsx
- View.jsx
- github-markdown.css
- index.jsx
- middleware.js
- styles.scss
- .babelrc
- .editorconfig
- .eslintrc
- .gitignore
- .npmignore
- .travis.yml
- gulpfile.babel.js
- package-lock.json
- package.json
- README.md
- webpack.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/sarkistlt/graphql-auto-generating-cms
Downloads the entire project code from GitHub to your computer.
cd graphql-auto-generating-cms
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
