Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created April 25, 2018 12:51
Show Gist options
  • Select an option

  • Save gladchinda/4440eee92a8efeb59aa2ef877af6154b to your computer and use it in GitHub Desktop.

Select an option

Save gladchinda/4440eee92a8efeb59aa2ef877af6154b to your computer and use it in GitHub Desktop.
# 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