leefsmp / forge-ql

GraphQL demo of Forge API's

Home Page:https://forge-ql.autodesk.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forge QL

Description

A GraphQL wrapper server/client demo around Autodesk Forge Web API's

Prerequisites

To run this samples, you need your own Forge API credentials:

Project Setup

In development, the client is dynamically built by the webpack-dev-middleware, so just run:

* `npm install`    *(downloads project dependencies locally)*

* `NODE_ENV=development HOT_RELOADING=true npm start`      *(builds client on the fly and run server)*

* open [http://localhost:3000](http://localhost:3000) in your favorite browser

In production, the client requires a build step, so run:

* `npm install` *(not required if you already run at previous step)*

* `npm run build-prod && NODE_ENV=production npm start` *(builds client and run server)*

* open [http://localhost:3000](http://localhost:3000) in your favorite browser
  • To see your project open your browser http://localhost:3000

Live Demo

https://forge-ql.autodesk.io

forge-ql

License

MIT License

Written by

Written by Philippe Leefsma

for Forge Partner Development - http://forge.autodesk.com

About

GraphQL demo of Forge API's

https://forge-ql.autodesk.io

License:MIT License


Languages

Language:JavaScript 84.3%Language:CSS 14.2%Language:HTML 1.5%