Starter kit for react and material UI. client side was created with create-react-app server side was backed with Express JS.
- 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)
- Different types of work environment setup ( stage, dev, prod )
- Server Side API integration example
- 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
- Clone or fork the project.
- Create feature branches off develop branch.
- Once your changes are ready create a pull request into the master branch.