graphql-apollo-boilerplate

1.0.0 • Public • Published

graphql-apollo-boilerplate

Simple GraphQL, Apollo Backend w/ Webpack, ES6, ESLint, Hot-Reload, GraphQL Schema Language Template

Includes

  • Webpack 3
  • Babel (ES6, babel-preset-env)
  • Hot-Reload
  • ESLint w/ Standard
  • Express
  • graphql-tag (Support for .graphql files)
  • Apollo

Usage

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

/graphql-apollo-boilerplate/

    Package Sidebar

    Install

    npm i graphql-apollo-boilerplate

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • chryb