Skip to content

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

License

Notifications You must be signed in to change notification settings

rjmreis/react-redux-starter

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published