Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zaid-maker/cyclone-messaging
- Owner: Zaid-maker
- Created: 2021-05-25T09:07:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T12:25:28.000Z (8 months ago)
- Last Synced: 2024-05-17T20:54:01.078Z (7 months ago)
- Language: JavaScript
- Homepage: https://cyclone-messaging.vercel.app/
- Size: 2.82 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cyclone Messaging
## 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`