Home
Softono
react-materialui-boilerplate

react-materialui-boilerplate

Open source JavaScript
32
Stars
13
Forks
5
Issues
3
Watchers
3 years
Last Commit

About react-materialui-boilerplate

React + Material UI Bolierplate

Platforms

Web Self-hosted

Languages

JavaScript

Links

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

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.