React-TS-Webpack-Material

Based on Matheus Medeiros Gentil webpack implementation.

Added:

  • MATERIAL-UI v4
  • Code Split and Lazy Load (of each Route)

Installation

yarn install

Usage

To run the development server:

yarn run dev

To build the production bundle:

npm run build