timothy / React-Redux-material-ui-Starter-Kit

React-Redux-material-ui/core-Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Redux-material-ui/core Starter Kit

This starter kit is designet to give ReactJS + Redux+ Material UI Next+react-router v4 for react projects.

What is this?

It's based on Create React App ,Material-UI@Next that uses Redux.

Features

  • Built-in UI (web app) ready to upload as per your requirements & deploy.
  • Easily rename project strings,label,Pages,Menu
  • create action and reducer using redux example already exists

Detailed Content

Front:

img1

img2

img4

Getting Started

Clone or download the project from the repository.

git clone https://github.com/viveknaragude/React-Redux-material-ui-core-Next-Starter-Kit

//or in a specific folder (change my_folter to the folder you want to clone the project
git clone https://github.com/viveknaragude/React-Redux-material-ui-core-Next-Starter-Kit my_folder

Install dependencies, and run in dev mode

$ npm install                   # Install project dependencies - we need this only the first time the application is started
$ npm start                     # Compile and launch in dev mode

If everithing is fine you should see a message like this:

Listening on port 3000. Open up http://localhost:3000/ in your browser.

Issues

The recommended medium to report and track issues is by opening one on Github.

Contributing

Any kind of contribution is welcome! Simply follow the next steps:

  • Fork the project.
  • Create a new branch.
  • Make your changes and write tests when practical.
  • Commit your changes to the new branch.
  • Send a pull request, it will be reviewed shortly.

In case you want to add a feature, please create a new issue and briefly explain what the feature would consist of. For bugs or requests, before creating an issue please check if one has already been created for it.

About

React-Redux-material-ui/core-Starter Kit

License:MIT License


Languages

Language:JavaScript 94.2%Language:HTML 4.5%Language:CSS 1.3%