Simple Chat Application
A Simple Web Chating Application
Browser support includes Google Chrome, Mozilla Firefox, Safari and other sane browsers and IE6+. (Granted you polyfill the functional Array
methods in ES5)
- Super Simple User Interface
- No bloated dependencies
- Seamlessly build without any configuration
Building the Web App
$npm run-script build
the builded app will be on {parent_directory}/build
Installing Npm
In Windows:
In Linux:
$curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
$sudo apt-get install -y nodejs
Installing React
$npm install -g create-react-app
See contributing.markdown for details.
See the issue page for any kind of support.
MIT