1.0.2 • Published 6 years ago

webpack-react-typescript-materialui v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

React + Webpack 4 + typescipt 2.9 + less + material-ui

This is a simple project with some sweet extra featuresthat that can be used also for cordova.

Modules-installed

  • webpack 4.16.0
  • typescript 2.9
  • less
  • material-ui@next
  • react-color(colorpicker)
  • webpack-bundle-analyzer 2.13.1
  • webpack-cleanup-plugin 0.5.1

TODO

  • dateTime picker
  • cordova plugins

How to run the project

  1. npm i - install npm dependencies
  2. npm start - run webpack build in DEV mode.

Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:3000
localhost:3000

webpack-bundle-analyzer

This module will help you:

  1. Realize what's really inside your bundle
  2. Find out what modules make up the most of its size
  3. Find modules that got there by mistake
  4. Optimize it!
127.0.0.1:8888

alt text

License


MIT