reactive-stack-js graphql frontend with vue
See reactive-stack-js for more info.
Make sure to add .env
file with following content populated:
PORT = 3008
VUE_APP_API_PATH = '//localhost:3007'
VUE_APP_WS_URI = 'ws://localhost:3007/ws'
VUE_APP_GRAPHQL_PATH = '//localhost:3007/graphql'
VUE_APP_FB_APP_ID = '...'
VUE_APP_GG_APP_ID = '...'
yarn install
yarn serve
yarn build
yarn lint