Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erkobridee/react-socket-simple-chat
[OUTDATED] a simple chat application that uses react.js, redux and socket.io
https://github.com/erkobridee/react-socket-simple-chat
flexbox hmr-support i18next mobile-first reactjs redux sass socketio webpack4
Last synced: 3 months ago
JSON representation
[OUTDATED] a simple chat application that uses react.js, redux and socket.io
- Host: GitHub
- URL: https://github.com/erkobridee/react-socket-simple-chat
- Owner: erkobridee
- License: mit
- Created: 2018-05-16T01:02:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:53:32.000Z (about 1 year ago)
- Last Synced: 2024-04-14T14:20:15.204Z (10 months ago)
- Topics: flexbox, hmr-support, i18next, mobile-first, reactjs, redux, sass, socketio, webpack4
- Language: JavaScript
- Homepage: https://erkobridee.github.io/react-socket-simple-chat/
- Size: 1.46 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Socket Simple Chat
A simple chat application that uses react.js, redux and socket.io.
- [Prerequisites](#prerequisites)
- [Recommended](#recommended)
- [Commands](#commands)
- [After cloned from the github repository](#after-cloned-from-the-github-repository)
- [Available commands](#available-commands)
- [Documentation](#documentation)## Prerequisites
* Must have [Git](https://git-scm.com/) installed
* Must have the [node.js](https://nodejs.org/en/) (at least v8+) installed with the npm (Node Package Manager)
## Recommended
* Use the [yarn](https://yarnpkg.com/), you can install it over the npm `npm install -g yarn`
* Use a node version manager
* [unix systems](https://github.com/creationix/nvm)
* [windows](https://github.com/coreybutler/nvm-windows)
## Commands
### After cloned from the github repository
* `yarn` or `npm install`
### Available commands
* start the development: `yarn start` or `npm start`
* production build
* generate: `yarn build` or `npm run build`
* generate and test it: `yarn do-serve` or `npm run do-server`
* deploy the production build to the github gh-pages: `yarn do-deploy` or `npm run do-deploy`
## [Documentation](docs/README.md)
* [Versioning system](docs/README.md#versioning-system)
* [Application requirements](docs/README.md#application-requirements)
* [Features](docs/requirements/features.md)
* [Techinal](docs/requirements/techinal.md)
* [About the project](docs/README.md#about-the-project)
* [Architecture](docs/project/README.md#architecture)
* [Folders](docs/project/README.md#folders)
* [Code](docs/project/README.md#code)
* [Dependencies](docs/project/README.md#dependencies)
* [Features](docs/project/features.md)
* [Useful references](docs/project/useful-references.md)