Home
Softono

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

Need Help Installing React Materialui Boilerplate?

We provide expert installation service for this software. Our team will install, configure, and secure React Materialui Boilerplate on your server. plans start at just $30.

React Materialui Boilerplate

View on GitHub

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.