/react-webpack2--starter

React webpack2 + material ui starter

Primary LanguageJavaScript

react-webpack2--starter

The repository contains:

  • React : A javascript library for developing/building user interfaces
  • Webpack2 : A module bundler for javascript
  • Material UI : A set of react components that implement google's material design

About

A basic tutorial on creating a react application with webpack2. The applications contains a sidebar navigation drawer(with 2 routes: currently only "Home" component is developed). The Home view is reponsible for displaying a json data. On clicking on item, shows the details of the selected item.

Note

CSS been implemented in 2 ways: one using style property and other using an external scss file. You can prefer your way of applying styles (choose either or them)in your application