🚀 Official source of console.graph.cool written in Typescript 2 and based on React & Relay
- This milestone was all about bug hunting! We fixed over 30 bugs!
- And for the new people of you we implemented a welcome screen 👋 that gives you a better introduction to our product :)
See here for a full list of all changes (features/bug fixes).
master | dev |
---|---|
# install dependencies
npm install -g yarn
yarn install
# prebuild dependencies
npm run watch-relay-compiler
npm run dll
# run local server on :4000 using the offical Graphcool API
env BACKEND_ADDR="https://dev.api.graph.cool" npm start
# or for fish shell users
set -x BACKEND_ADDR https://dev.api.graph.cool npm start
We use a different version of TypeScript than the default Webstorm TypeScript compiler. That's why you have to do the following to get rid of all TypeScript errors.
Please run yarn install
before the setup.
- Go to the
Preferences
(macOS: "⌘ ,") window - In the left list menu select
Languages & Frameworks > TypeScript
- Click on the
Edit...
button in theCommon
Panel - Select
Custom directory
- Browse to your
project directory
and then selectnode_modules/typescript/lib
and clickOK
- Click
OK
again in theConfigure TypeScript Compiler
- Click
OK
in thePreference
window
Join our Slack community if you run into issues or have questions. We love talking to you!