VulcanJS / vulcan-next

The Next starter for GraphQL developers
http://vulcan-docs.vercel.app
MIT License
395 stars 29 forks source link

Suggestion for improvement in Getting Started #8

Closed adalidda closed 4 years ago

adalidda commented 4 years ago

Hi,

I suggest for improvement in Getting Started as following:

In another terminal, run the Next development server:

GRAPHQL_URL="your-vulcan-server-url" npm run dev #or GRAPHQL_URL="your-vulcan-server-url" yarn dev

Should change to =>

In another terminal, run the Next development server: git clone https://github.com/VulcanJS/vulcan-next-starter.git cd vulcan-next-starter npm install next react react-dom yarn add @apollo/react-hooks apollo-cache-inmemory apollo-client apollo-link-http apollo-link-ws graphql graphql-tag subscriptions-transport-ws isomorphic-unfetch next-with-apollo yarn add typescript -D

GRAPHQL_URL="your-vulcan-server-url" npm run dev #or GRAPHQL_URL="your-vulcan-server-url" yarn dev

Thank You Adalidda

eric-burel commented 4 years ago

Hi, can you please clarify the change? Note that this repo is under development, its not yet really meant to be used

adalidda commented 4 years ago

Hi @eric-burel

I understand that its not yet really meant to be used but we should be able to play with it to view what will be the future release of the next package that why I suggest that the Getting Started should provide more information on how to git clone and install the package need to make it working (next js, react, typescript) that why I propose to add

git clone https://github.com/VulcanJS/vulcan-next-starter.git cd vulcan-next-starter npm install next react react-dom yarn add @apollo/react-hooks apollo-cache-inmemory apollo-client apollo-link-http apollo-link-ws graphql graphql-tag subscriptions-transport-ws isomorphic-unfetch next-with-apollo yarn add typescript -D

Thank You Adalidda

eric-burel commented 4 years ago

Ok got it, it's just that it is unfinished yet it will improve with the incoming developments