0.0.1 • Published 8 years ago
rekit-plugin-apollo-server v0.0.1
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.ymladd- ./node_modules/rekit-plugin-apollo-server:/app/node_modules/rekit-plugin-apollo-serverto 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
0.0.1
8 years ago