CitruXonve / materialui-parcel-boilerplate

A basic boilerplate for Material-UI with parcel build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A basic boilerplate for Material-UI with parcel build


Languages

Language:JavaScript 89.7%Language:HTML 10.3%