DEV Community

Cover image for Fullstack template for React GraphQL project

Fullstack template for React GraphQL project

Tomek Poniatowicz on May 29, 2019

In the previous week, we looked into a basic GraphQL Server implementation in TypeScript. In this episode of ... GraphQL Server in under 5 minute...
Collapse
 
wtrocki profile image
Wojtek Trocki

Hi Tomek.

I really love to see this template. It is really powerful and sorts out many problems.
Do you mind if I will integrate this template into graphback.dev

This project will allow people to design their schema and generate resolvers and other useful stuff on top of it. So then people can get server running with their business object in under 2 minutes :) and have 3 minutes for coffee :D

Collapse
 
js2me profile image
Sergey S. Volkov • Edited

See that error:

Whats wrong?

Collapse
 
tomekponiat profile image
Tomek Poniatowicz • Edited

My bad, apparently it got changed. Just go for:

graphql create my-app

and pick boilerplate you want to use when prompted

Collapse
 
js2me profile image
Sergey S. Volkov

Yeah, now it works, thanks :)