create-iconfont
v1.0.4
Published
Icon font creator
Downloads
2
Readme
Create Icon Font
Installation
To use this template, your computer needs:
Manual Setup
To manually set up the template, first download it with Git:
git clone https://github.com/mpalpha/create-iconfont.git
Then open the folder in your command line, and install the needed dependencies:
cd create-iconfont
yarn
Finally, run gulp serve
to run Gulp. Your finished site will be created in a folder called dist
, viewable at this URL:
http://localhost:8000
You may also run npx . serve
with options.