All Projects → rjmreis → react-redux-starter

rjmreis / react-redux-starter

Licence: MIT license
A React/Redux starter project with login and basic CRUD functionality in a Material flavor

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Build Status

react-redux-starter

A React/Redux starter project with login and basic CRUD functionality in a Material flavor

The Goal

The goal of this repo is to provide a general guidance in setting up a react/redux project with tools such as webpack, babel, eslint, trying as much as possible to follow best practises.

Demo

reactredux-starter.herokuapp.com

Login details

user:       admin
password:   password

Quick Start

Clone project and install dependencies:

$ git clone https://github.com/rjmreis/react-redux-starter.git
$ cd react-redux-starter
$ npm install

Start the app:

$ npm start -s

Build the app:

$ npm run build

NOTE

This is a work in progress repo, tests are still missing...

Credits

The foundation of this project is highly based on the amazing react-slingshot repo by Cory House.

react-slingshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].