Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syedabuthahirm/react-materialui-boilerplate
React + Material UI Bolierplate
https://github.com/syedabuthahirm/react-materialui-boilerplate
admin-panel material-ui react react-redux-boilerplate react-redux-starter-kit react-router
Last synced: about 1 month ago
JSON representation
React + Material UI Bolierplate
- Host: GitHub
- URL: https://github.com/syedabuthahirm/react-materialui-boilerplate
- Owner: syedabuthahirm
- Created: 2018-08-25T17:21:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:46:32.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T01:05:00.066Z (4 months ago)
- Topics: admin-panel, material-ui, react, react-redux-boilerplate, react-redux-starter-kit, react-router
- Language: JavaScript
- Size: 90.8 KB
- Stars: 33
- Watchers: 4
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-material-ui - React-materialui-boilerplate - A starter kit for react and Material-UI. (Boilerplates)
README
# React Material UI Boilerplate
Starter kit for react and material UI. client side was created with [create-react-app](https://github.com/facebook/create-react-app) server side was backed with [Express JS](http://expressjs.com/).
## Features
- Material UI (https://material-ui.com/)
- Redux (https://redux.js.org/)
- Express (http://expressjs.com/)
- React Router (https://reacttraining.com/react-router/web/guides/philosophy)## Todos
- [ ] Different types of work environment setup ( stage, dev, prod )
- [ ] Server Side API integration example## Installation
- Clone a repo using `git clone https://github.com/syedabuthahirm/react-materialui-boilerplate.git`
- Navigate to client folder `cd client`
- Install node modules using `npm install` or `yarn install`
- Naviagte to server folder `cd server`
- Install node modules using `npm install` or `yarn install`
- Start a client app `cd client && npm run start`
- Start a server app `cd server && npm run start`## Get Involved
- Clone or fork the project.
- Create feature branches off develop branch.
- Once your changes are ready create a pull request into the master branch.