Simple GraphQL, Apollo Backend w/ Webpack, ES6, ESLint, Hot-Reload, GraphQL Schema Language Template
- Webpack 3
 - Babel (ES6, babel-preset-env)
 - Hot-Reload
 - ESLint w/ Standard
 - Express
 - graphql-tag (Support for .graphql files)
 - Apollo
 
git clone https://github.com/chryb/graphql-apollo-boilerplate
cd graphql-apollo-boilerplate
# make it to your own
rm -rf .git
npm install
# hot reload
npm run dev
# build
npm run build
# build & start
npm start
# test
npm run unit