0.0.1 • Published 6 years ago

rekit-plugin-apollo-server v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

rekit-plugin-apollo-server

Rekit plugin for adding apollo server functionality and scaffolding

During Development


  • npm link ../rekit-plugins/rekit-plugin-apollo-server/
  • rekit install apollo-server (this will error, thats ok)
  • start the server npm start
  • and add a component (to be able to run the install script)
  • update docker-compose.yml add - ./node_modules/rekit-plugin-apollo-server:/app/node_modules/rekit-plugin-apollo-server to api volumes
  • install additional deps npm install --save apollo-server@rc graphql nodemon sequelize pg casual babel-cli babel-preset-es2015 babel-preset-stage-2
  • restart the server npm start