Electron Chat 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
npm install -g electron-packager
cd Cross-Platform-Chat-Application
npm run build