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
- Host: GitHub
- URL: https://github.com/rohankangale2011/react-webpack2--starter
- Owner: rohankangale2011
- Created: 2017-07-30T06:47:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T08:02:32.000Z (over 8 years ago)
- Last Synced: 2025-02-23T00:45:18.396Z (over 1 year ago)
- Topics: react, react-webpack, react-webpack-tutorial
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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