Skip to content

Instantly share code, notes, and snippets.

@ukchukx
Created January 21, 2020 20:18
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 ukchukx/a8933d22b3efbabef9f787d6e182c317 to your computer and use it in GitHub Desktop.
Save ukchukx/a8933d22b3efbabef9f787d6e182c317 to your computer and use it in GitHub Desktop.
$ mkdir -p kongchat/{frontend,backend}
$ cd kongchat/backend
$ touch index.js
$ npm init -y
$ npm i express body-parser dotenv stream-chat ip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment