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

https://github.com/logustra/svg-sprites

Create SVG Sprites using webpack 4
https://github.com/logustra/svg-sprites

svg svg-icons svg-sprites webpack webpack4

Last synced: about 1 month ago
JSON representation

Create SVG Sprites using webpack 4

Awesome Lists containing this project

README

          

# SVG Sprites
[Create SVG Sprites Using Webpack 4](http://logustra.com/membuat-svg-sprites-menggunakan-webpack-4/)

## Quick Start
1. Make sure you have these installed
* [node.js](http://nodejs.org/)
* [yarn](https://yarnpkg.com/en/)
* [webpack](https://webpack.js.org/)

2. Clone repository `git clone https://github.com/logustra/svg-sprites`
3. CD to the folder `cd svg-sprites`
4. Run `yarn install`
5. Run `yarn start`
6. Happy to use :)