Untitled

mail@pastecode.io avatarunknown
plain_text
2 months ago
326 B
1
Indexable
Never
# 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