An open API service indexing awesome lists of open source software.

https://github.com/rohankangale2011/react-webpack2--starter

React webpack2 + material ui starter
https://github.com/rohankangale2011/react-webpack2--starter

react react-webpack react-webpack-tutorial

Last synced: 2 months ago
JSON representation

React webpack2 + material ui starter

Awesome Lists containing this project

README

          

# 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