https://github.com/rwieruch/minimal-react-webpack-babel-svg-setup
How to use SVG in React with Webpack.
https://github.com/rwieruch/minimal-react-webpack-babel-svg-setup
react reactjs svg svgr webpack
Last synced: 6 months ago
JSON representation
How to use SVG in React with Webpack.
- Host: GitHub
- URL: https://github.com/rwieruch/minimal-react-webpack-babel-svg-setup
- Owner: rwieruch
- Created: 2019-04-23T10:34:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T09:14:40.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T11:04:12.994Z (6 months ago)
- Topics: react, reactjs, svg, svgr, webpack
- Language: JavaScript
- Homepage: https://www.robinwieruch.de
- Size: 1.24 MB
- Stars: 9
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# minimal-react-webpack-babel-svg-setup
[](https://travis-ci.org/rwieruch/minimal-react-webpack-babel-svg-setup) [](https://greenkeeper.io/)
How to use SVG in React with Webpack. [Read more about it](https://www.robinwieruch.de/react-svg/). Read more about the [React + Webpack + Babel Setup](https://www.robinwieruch.de/minimal-react-webpack-babel-setup/).
## Installation
* `git clone git@github.com:rwieruch/minimal-react-webpack-babel-svg-setup.git`
* cd minimal-react-webpack-babel-svg-setup
* npm install
* npm start
* visit `http://localhost:8080/`