Skip to content

laraib-sidd/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

A clean chat app that don't store any data.

Features

⚡️ Anonymous Messaging
⚡️ Different Chat Rooms
⚡️ Location Sharing
⚡️ Fully Responsive\

To view a live example, click here


Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites 📋

You'll need Git and Node.js (which comes with NPM) installed on your computer.


How To Use 🔧

From your command line, first clone Simplefolio:

# Clone this repository
$ git clone https://github.com/laraib-sidd/chat-app.git

# Go into the repository
$ cd chat-app

Then you can install the dependencies either using NPM or Yarn:

Using NPM:

# Install dependencies
$ npm install

# Start development server
$ npm run dev

NOTE: If your run into issues installing the dependencies with NPM, use this command:

# Install dependencies with all permissions
$ sudo npm install --unsafe-perm=true --allow-root


Deployment 📦

Once you have done with your setup. You need to put your website online!

I highly recommend to use Heroku to achieve this on the EASIEST WAY

Authors

License 📄

This project is licensed under the MIT License - see the LICENSE.md file for details