react-webpack-babel-md-tutorial

This is a Tutorial to showcase the usage of React with Webpack and Babel.

  • Owner: creativetimofficial/react-webpack-babel-md-tutorial
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

ReactJS 2018 with Webpack 4, Babel 7 and Material Design

Table of Contents

Quick start

Quick start options:

git clone https://github.com/creativetimofficial/react-webpack-babel-md-tutorial.git

And

cd Part\ 2 && npm install && npm start

Or

cd Part\ 3 && npm install && npm start

Or

cd Part\ 4 && npm install && npm start

Documentation

The documentation for the Material Dashboard React is hosted at our website.

File Structure

Within the download you'll find the following directories and files:

react-webpack-babel-md-tutorial
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── README.md
├── Part\ 1
│   ├── package.json
│   └── src
│       ├── index.html
│       └── index.js
├── Part\ 2
│   ├── package.json
│   ├── webpack.config.js
│   └── src
│       ├── index.html
│       └── index.js
├── Part\ 3
│   ├── package.json
│   ├── .babelrc
│   ├── webpack.config.js
│   └── src
│   │   ├── index.html
│   │   ├── index.js
│   │   └── index.scss

└── Part\ 4
    ├── package.json
    ├── .babelrc
    ├── webpack.config.js
    └── src
        ├── index.html
        ├── index.js
        ├── index.scss
        ├── assets
        │   ├── css
        │   ├── github
        │   ├── img
        │   └── jss
        │       ├── material-dashboard-react
        │       │   ├── components
        │       │   ├── layouts
        │       │   └── views
        │       └── material-dashboard-react.jsx
        ├── components
        │   ├── Card
        │   │   ├── Card.jsx
        │   │   ├── CardAvatar.jsx
        │   │   ├── CardBody.jsx
        │   │   ├── CardFooter.jsx
        │   │   ├── CardHeader.jsx
        │   │   └── CardIcon.jsx
        │   ├── CustomButtons
        │   │   └── Button.jsx
        │   ├── CustomInput
        │   │   └── CustomInput.jsx
        │   ├── CustomTabs
        │   │   └── CustomTabs.jsx
        │   ├── Footer
        │   │   └── Footer.jsx
        │   ├── Grid
        │   │   ├── GridContainer.jsx
        │   │   └── GridItem.jsx
        │   ├── Header
        │   │   ├── Header.jsx
        │   │   └── HeaderLinks.jsx
        │   ├── Sidebar
        │   │   └── Sidebar.jsx
        │   ├── Snackbar
        │   │   ├── Snackbar.jsx
        │   │   └── SnackbarContent.jsx
        │   ├── Table
        │   │   └── Table.jsx
        │   ├── Tasks
        │   │   └── Tasks.jsx
        │   └── Typography
        │       ├── Danger.jsx
        │       ├── Info.jsx
        │       ├── Muted.jsx
        │       ├── Primary.jsx
        │       ├── Quote.jsx
        │       ├── Success.jsx
        │       └── Warning.jsx
        ├── layouts
        │   └── Dashboard
        │       └── Dashboard.jsx
        ├── logo.svg
        ├── routes
        │   ├── dashboard.jsx
        │   └── index.jsx
        ├── variables
        │   ├── charts.jsx
        │   └── general.jsx
        └── views
            ├── Dashboard
            │   └── Dashboard.jsx
            ├── Icons
            │   └── Icons.jsx
            ├── Maps
            │   └── Maps.jsx
            ├── Notifications
            │   └── Notifications.jsx
            ├── TableList
            │   └── TableList.jsx
            ├── Typography
            │   └── Typography.jsx
            ├── UpgradeToPro
            │   └── UpgradeToPro.jsx
            └── UserProfile
                └── UserProfile.jsx

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Reporting Issues

We use GitHub Issues as the official bug tracker for the Material Dashboard Pro. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Material Dashboard Pro. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Licensing

Social Media

Twitter: https://twitter.com/CreativeTim

Facebook: https://www.facebook.com/CreativeTim

Dribbble: https://dribbble.com/creativetim

Google+: https://plus.google.com/+CreativetimPage

Instagram: https://instagram.com/creativetimofficial

Main metrics

Overview
Name With Ownercreativetimofficial/react-webpack-babel-md-tutorial
Primary LanguageJavaScript
Program languageHTML (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2018-10-05 06:13:43
Pushed At2018-10-05 07:23:50
Last Commit At2018-10-05 10:23:41
Release Count0
用户参与
Stargazers Count28
Watchers Count2
Fork Count27
Commits Count1
Has Issues Enabled
Issues Count4
Issue Open Count2
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private