/react-demo-app

Primary LanguageJavaScriptApache License 2.0Apache-2.0

minimal-react-webpack-babel-setup

This project developed from minimal-react-webpack-babel-setup starter project.

Features

  • React 16
  • Webpack 4
  • Babel 7
  • Hot Module Replacement

Installation

  • npm install
  • npm start
  • visit http://localhost:8080/

SVG icons

Uses https://www.npmjs.com/package/@svgr/webpack plugin.
This setup allows to:

  • Import SVG as react components
  • Apply CSS styles to the SVG icons.