Created
January 21, 2020 20:18
-
-
Save ukchukx/a8933d22b3efbabef9f787d6e182c317 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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