/Cross-Platform-Chat-Application

Electron Chat Application

Primary LanguageJavaScript

Cross-Platform-Chat-Application

Electron Chat Application

Steps to run this application .

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository 

git clone https://github.com/knrt10/Cross-Platform-Chat-Application.git

# Go into the repository

cd Cross-Platform-Chat-Application

# Install dependencies

npm install

# Run local server

npm run server

# Run the app

npm start

Now to Build this Application For Your Operating System

npm install -g electron-packager

cd Cross-Platform-Chat-Application

npm run build