Skip to content

Zaid-maker/cyclone-messaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyclone Messaging

Logo

Issues Forks Stars

Introduction

A very easy to use message web app online. Netlify Status

Framework

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

Live Demo

Click here to see Cyclone Messaging

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
The back-end is hosted on Heroku

Scripts

cd client && npm run build
cd client && npm run start
npm run devStart