Created
April 25, 2018 12:51
-
-
Save gladchinda/4440eee92a8efeb59aa2ef877af6154b 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
| # Create a new directory | |
| mkdir realtime-chat-app | |
| # cd into the new directory | |
| cd realtime-chat-app | |
| # Initiate a new package and install app dependencies | |
| npm init -y | |
| npm install react react-dom next pusher pusher-js sentiment | |
| npm install express body-parser cors dotenv axios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment