gdsrosa / github-app-redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitub App Redux

This is a updated version of my v1 of github-app repo.

This project uses Redux Ducks pattern. More about this pattern on this link Ducks Modular Redux

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes, to do so clone this repo:

git clone https://github.com/gdsrosa/github-app-redux.git
cd github-app-redux

Installing

Assuming you have all the Node.js and Yarn environment setup in your machine:

Let's install the dependencies

yarn

Running the application in development mode

To start your local webpack-dev-server run:

yarn run dev

Built With

  • ES6 - The programming language used for the Client
  • React.js - The UI library used for the Client
  • Redux - A predictable state container for JavaScript apps
  • Yarn - Dependency Management
  • Sass - CSS Preprocessor
  • Webpack - Module Bundler
  • Babel - JavaScript Transpiler

Author

About


Languages

Language:JavaScript 82.9%Language:CSS 14.5%Language:HTML 2.5%