Coder Social home page Coder Social logo

dalalsunil1986 / react-webpack-babel-md-tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from creativetimofficial/react-webpack-babel-md-tutorial

0.0 0.0 0.0 5.26 MB

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

License: MIT License

HTML 1.26% JavaScript 95.92% CSS 2.82%

react-webpack-babel-md-tutorial's Introduction

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

Useful Links

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

react-webpack-babel-md-tutorial's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.