- React
- Apollo GraphQL Client
- GraphQL Subscriptions
- Node
- Apollo GraphQL Server
Clone this repo:
git clone https://github.com/arcmena/arctichat.gitStart the server:
cd server # Cd into folder
yarn # Install the dependencies
yarn start # Start commandNote: The server will start on port
4000by default.
Start the app:
cd app # Cd into folderCopy .env.example into .env and add the server urls
yarn # Install the dependencies
yarn start # Start commandNote: The server will start at
http://localhost:3000by default.


