macmaster / material-noobie

Create dead simple Material applications without billions of node dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

material-noobie

Create dead simple Material applications without billions of node dependencies.

Setup

npm install
npm update
npm run build

Structure

├── client
│   ├── index.js
│   ├── nav
│   │   └── AppBar.js
│   ├── store
│   │   ├── actions
│   │   │   └── items.js
│   │   ├── index.js
│   │   └── reducers
│   │       ├── index.js
│   │       └── items.js
│   └── style
│       └── theme.js
├── config
│   └── webpack.js
└── site
    ├── css
    │   └── style.css
    ├── images
    │   └── leaf.png
    └── index.html

About

Create dead simple Material applications without billions of node dependencies.

License:Apache License 2.0


Languages

Language:JavaScript 84.4%Language:HTML 12.7%Language:CSS 2.9%