syedabuthahirm / react-materialui-boilerplate

React + Material UI Bolierplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

React + Material UI Bolierplate


Languages

Language:JavaScript 92.9%Language:HTML 7.1%