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

https://github.com/leduong/reactjs-redux-dashboard

React Redux Dashboard
https://github.com/leduong/reactjs-redux-dashboard

circleci codeclimate david-dm-status docker heroku reactjs redux travis-ci

Last synced: about 2 months ago
JSON representation

React Redux Dashboard

Awesome Lists containing this project

README

          

# Reactjs Redux Dashboard

[![Paypal](https://img.shields.io/badge/donate-paypal-blue.svg)](https://goo.gl/mgesnb)
[![Gratipay Team](https://img.shields.io/badge/give-a%20cup%20of%20coffee-b35900.svg)](https://goo.gl/mgesnb)

[![CircleCI](https://circleci.com/gh/leduong/reactjs-redux-dashboard/tree/master.svg?style=shield)](https://circleci.com/gh/leduong/reactjs-redux-dashboard/tree/master)
[![Build Status](https://travis-ci.org/leduong/reactjs-redux-dashboard.svg?branch=master)](https://travis-ci.org/leduong/reactjs-redux-dashboard)
[![Build status](https://ci.appveyor.com/api/projects/status/t20rofetsq4ho2mv?svg=true)](https://ci.appveyor.com/project/leduong/reactjs-redux-dashboard)
[![Code Climate](https://codeclimate.com/github/leduong/reactjs-redux-dashboard/badges/gpa.svg)](https://codeclimate.com/github/leduong/reactjs-redux-dashboard)
[![Coverage Status](https://coveralls.io/repos/github/leduong/reactjs-redux-dashboard/badge.svg)](https://coveralls.io/github/leduong/reactjs-redux-dashboard)
[![dependencies Status](https://david-dm.org/leduong/reactjs-redux-dashboard/status.svg)](https://david-dm.org/leduong/reactjs-redux-dashboard)
[![devDependencies Status](https://david-dm.org/leduong/reactjs-redux-dashboard/dev-status.svg)](https://david-dm.org/leduong/reactjs-redux-dashboard?type=dev)

### What's HOT!!!

- Code Climate: Automated code review for technical debt and test coverage
- Travis CI: Test and deploy with confidence
- Circle CI: Automatically build, test, and deploy your project in minutes
- Coveralls: Ensure that new code is fully covered, and see coverage trends emerge. Works with any CI service
- AppVeyor: Cloud service for building, testing and deploying Windows environment
- Docker: Test and deploy with Docker
- Heroku: Test and deploy with Heroku
- David-DM: Watching packages dependencies of NodeJS
- Sauce Labs: _*ON FUTURE*_

_If you like this idea, please fork it. If you like it better, give me a cup of coffee_

## Credits:

#### Front-end
- React
- Redux
- Redux-Saga
- React Router 4
- Webpack 3
- ImmutableJS
- Ant Design
- Google Map
- React Big Calendar
- React Flip Move
- React Google Charts
- Recharts
- React Vis
- React Chart 2
- React Trend
- Echart
- React Grid Layout

#### Back-end
- PHP Slim
- Laravel / Lumen
- Django
- Flask
- Tonardo
- ExpressJS

ALL support Auth and Database with Firebase

## Installation

- Install NodeJS
- Install npm
- Install yarn

Install Packages & Dependencies

```bash
$ yarn start
$ yarn build
```

Installing Node & NPM:

- To work with ReactDDS the first thing you need is to have Node install on your system. To make sure you have already Nodejs installed on your system you may follow the below instructions

- As Node will make sure you have node and npm commands are available via command line, just run the below command on your terminal

```bash
$ node -v
$ npm -v
```

On successful installation, it will print out the respective versions. Make sure you have all the latest stable version install to get better performance.

#### Thanks of alot