Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zaid-maker/cyclone-messaging

A very easy to use chat web application.
https://github.com/zaid-maker/cyclone-messaging

Last synced: about 1 month ago
JSON representation

A very easy to use chat web application.

Awesome Lists containing this project

README

        

# Cyclone Messaging
Logo


Issues
Forks
Stars

## Introduction

A very easy to use message web app online.
[![Netlify Status](https://api.netlify.com/api/v1/badges/20504812-d5e1-4347-bae6-5db78854e6b7/deploy-status)](https://app.netlify.com/sites/cyclone-messaging/deploys)

## Framework

The app built with react framework for faster and better performance.

## Live Demo

[Click here to see Cyclone Messaging](https://cyclone-messaging.netlify.app)

## Folder structures

`./client/` contains the frontend code.

`./client/build` contains the production builds.

`./server.js` contains the code that has to hanshake with the front-end.

## About

The front-end is hosted on [Netlify](https://www.netlify.com)

The back-end is hosted on [Heroku](https://www.heroku.com)

## Scripts

`cd client && npm run build`

`cd client && npm run start`

`npm run devStart`