by Derek Fong
由德里克·方(Derek Fong)
如何使用TypeScript和Webpack Hot Module Replacement構建Apollo GraphQL服務器 (How to build an Apollo GraphQL server with TypeScript and Webpack Hot Module Replacement)
Let’s build an Apollo GraphQL Server with TypeScript and Webpack HMR!
讓我們使用TypeScript和Webpack HMR構建Apollo GraphQL服務器!
先決條件? (Prerequisites ?)
Node.js with NPM installed on your computer. At the time of writing, Node.js version 6 or above is required by Apollo Server.
在計算機上安裝了NPM的Node.js。 在撰寫本文時,Apollo Server需要Node.js版本6或更高版本 。
Preferably basic understanding of the…
最好是對……有基本了解
翻譯自: https://www.freecodecamp.org/news/build-an-apollo-graphql-server-with-typescript-and-webpack-hot-module-replacement-hmr-3c339d05184f/