react-materialui-boilerplate
react-materialui-boilerplate copied to clipboard
React + Material UI Bolierplate
React Material UI Boilerplate
Starter kit for react and material UI. client side was created with create-react-app server side was backed with Express JS.
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
oryarn install
- Naviagte to server folder
cd server
- Install node modules using
npm install
oryarn 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.