Skip to content

Instantly share code, notes, and snippets.

@cardoso
Created May 1, 2020 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cardoso/c17ef0c932fc770f6da9527a1dad5ea0 to your computer and use it in GitHub Desktop.
Save cardoso/c17ef0c932fc770f6da9527a1dad5ea0 to your computer and use it in GitHub Desktop.
$ mkdir backend; cd backend
$ npm init --yes
$ npm install stream-chat apple-auth express node-persist jsonwebtoken --save
$ touch index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment