graphqldesigner.com
A developer web-app tool to rapidly prototype a full stack implementation of GraphQL with React.
File Explorer
Download Latest Version (.zip)- 01-force-https.config
- https_rewrite.config
- action-types.js
- actions.js
- client-code.jsx
- db-code.jsx
- server-code.jsx
- code-app.jsx
- code.css
- export-button.jsx
- loader.css
- loader.jsx
- info.css
- info.jsx
- team-button.jsx
- team-container.jsx
- team-member.jsx
- team.css
- navbar.css
- navbar.jsx
- create-query-sidebar.jsx
- sidebar.css
- subquery.jsx
- customized-query-container.jsx
- query-app.jsx
- query-code-container.jsx
- query.css
- create-table.jsx
- sidebar.css
- table-options.jsx
- field.jsx
- schema-app.jsx
- schema.css
- table.jsx
- welcome.css
- welcome.jsx
- app.css
- app.jsx
- generalReducers.js
- index.js
- queryReducers.js
- schemaReducers.js
- index.jsx
- store.js
- express.png
- github-team.png
- GitHub.png
- githubicon.png
- graphql.ico
- graphql.png
- graphql_wallpaper.png
- Greg.jpg
- In-R.png
- In-TM.png
- James.jpg
- linkedin.png
- Logo.svg
- Patrick.jpg
- react.png
- relation1.png
- relation2.png
- Team-mascot.JPG
- Tsion.jpg
- wireframe.png
- index.html
- styles.css
- Screenshot-Code.png
- Screenshot-CodeUpdated.png
- Screenshot-Query.png
- Screenshot-Schema.png
- Screenshot-SchemaUpdated.png
- index.js
- field.test.js
- table.test.js
- welcome.test.js
- client_mutations.js
- client_queries.js
- create_client_root_index.js
- create_component_index.js
- create_component_style.js
- create_indexhtml.js
- create_packagejson.js
- create_readme.js
- create_webpack.js
- express_server.js
- graphql_server.js
- mongo_schema.js
- mysql_scripts.js
- postgresql_scripts.js
- sql_pool.js
- .babelrc
- .gitignore
- .travis.yml
- graphql.gif
- LICENSE.md
- package.json
- README.md
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/GraphQL-Designer/graphqldesigner.com
Downloads the entire project code from GitHub to your computer.
cd graphqldesigner.com
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 run pack
Type this command into your terminal and run it.
npm run server
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
