Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)