fraql
GraphQL fragments made simple ⚡️
File Explorer
Download Latest Version (.zip)- addons.js
- config.js
- index.stories.js
- .babelrc
- .gitignore
- App.js
- index.html
- main.js
- package.json
- RateCard.js
- schema.json
- yarn.lock
- addons.js
- config.js
- index.stories.js
- .gitignore
- App.vue
- index.html
- main.js
- package.json
- RateCard.vue
- schema.json
- yarn.lock
- fraql-logo.png
- fraql-logoset.sketch
- fraql-shield.png
- fraql-shield.svg
- schema.json
- fraql.test.js.snap
- server.test.js.snap
- transform.test.js.snap
- fraql.js
- fraql.test.js
- index.js
- mock.js
- mock.test.js
- server.js
- server.test.js
- transform.js
- transform.test.js
- .babelrc
- .eslintignore
- .eslintrc.json
- .gitignore
- .npmignore
- .nvmrc
- .prettierignore
- .prettierrc
- .travis.yml
- CHANGELOG.md
- LICENSE
- mock.js
- package.json
- README.md
- rollup.config.js
- server.js
- yarn.lock
🚀 Installation Guide
1. Get the code
git clone https://github.com/smooth-code/fraql
Downloads the entire project code from GitHub to your computer.
cd fraql
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install fraql graphql graphql-tools graphql-tag
Downloads and installs the libraries listed in package.json.
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)
