Giter Site home page Giter Site logo

mikalv / react-redux-pouch-chat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rodrigocipriani/react-redux-pouch-chat

0.0 3.0 0.0 61 KB

Chat with React, Redux, PouchDB, CouchDB, ExpressJS, NodeJs

License: MIT License

JavaScript 98.75% HTML 1.17% CSS 0.07%

react-redux-pouch-chat's Introduction

React Redux Pouch Chat # 0.0.1

Example Chat App with:

  • Webpack 3
  • React
  • Redux
  • PouchDB
  • ExpressJS
  • CouchDB
  • SequelizeJS
  • Postgres

Dependencies

How to Development

  • Clone this repository git clone https://github.com/rodrigocipriani/condominio.git
  • Intall dependencies npm i or yarn
  • Start desenv yarn dev ou npm run dev
  • Open on browser localhost:8080

How to deploy

  • Execute o comando npm run depoy
  • Acesse rodrigocipriani.herokuapp.com

Scripts

  • Build: npm run build

Structure

(in construction)

.
├── /server           # your server side code
├── /client           # your browser code
│   ├── /build        # build files by webpack
│   ├── /config       # configs to run your project
│   ├── /public       # ... Coming soon
│   ├── /src          # source files, where your modules will be located
│   │   ├── /App      # working sample of App implementation. Fell free to change.
│   │   ├── /assets   # images and files to compose your project (don't use for uploads files, etc)
│   │   ├── /Modulo   # your module
│   │   │   ├── moduloAction.js       # actions requests
│   │   │   ├── moduloActionTypes.js  # action types constants 
│   │   │   ├── moduloConnector.js    # connector reducers and actions to containers components
│   │   │   ├── ModuloContainer.js    # main component in the module
│   │   │   └── moduloReducer.js      # module reducer
│   │   ├── /Module 1         # other module ...
│   │   ├── /Module 2         # another module ...
│   │   ├── _variables.scss   # Sass styles variables to use in another sass files
│   │   ├── index.html        # html first page (don't handle this file). To change title see "appTitle" on config file
│   │   ├── index.js          # init your app. Use to configure your initial component from app
│   │   ├── index.scss        # global styles from sass
│   │   ├── store.js          # configure your reducers
│   │   └── Router.js         # router component, only works with routes and renderize them 
│   ├── .babelrc              # babel config file (don't handle this file)
│   ├── package.json          # npm config file (don't handle this file)
│   ├── webpack.config.json   # webpack config file (don't handle this file)
├── .gitignore                # ignored files from git repo
├── gulpfile.js               # project tasks
├── package.json              # npm configs
├── README.md                 # project readme
├── ...
└── ...

Frontend

Conection behind files:

  • Component > Container > Connector > Reducer e Action > Services

Tips:

  • Reducer: Is a ...
  • Action: Is a ...
  • Action Types: Is a ...

Todo

react-redux-pouch-chat's People

Contributors

rodrigocipriani avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.