graphql-chat-sample
graphql-chat-sample copied to clipboard
a simple sample to help :)
Graphql Chat Sample
a simple sample to help :)
Insttruction:
Server
- in the terminal, inside the server folder, run:
yarn install
ornpm install
- to run locally watching for changes:
yarn dev
ornpm run dev
Application
- in the terminal, inside the frontend folder, run:
yarn install
ornpm install
- to run locally watching for changes:
yarn start
ornpm run start