/materialui-parcel-boilerplate

A basic boilerplate for Material-UI with parcel build

Primary LanguageJavaScript

Material UI + Parcel boilerplate

What is this

Very often I need a boilerplate to sketch out a UI or app idea.

I wanted something very minimal but ready to produce a static React app.

Dependencies

  • React
  • Material UI

To be added

  • React Router
  • MobX / Redux

Changelog

  • 28 Dec 2018 The initial code is from the Material UI parcel example. I added an eslintrc but not totally happy about the config.

How to use

Download the boilerplate or clone the repo:

Install it and run:

npm install
npm run start

Related Projects