Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 322 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 322 Bytes

GraphQL talk

Getting Started

  1. Download the boilerplate

    git clone [email protected]:d-asensio/graphql-talk.git
  2. Install dependencies

    yarn install
  3. Start the webpack server. The server will run at localhost:3000.

    yarn start