Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 920 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 920 Bytes

Font Awesome CheatSheet Preview

Font Awesome is one of the web's most popular icon set and toolkit. You can see Font Awesome Official Page here and see every icon here. But ofcourse you need internet connection for that and with Font Awesome CheatSheet Preview you can make that possible without internet connection on your machine.

See demo here.

Installation

Requires Node.js v12+, and Yarn v1.12+ to run. Run yarn to install all dependencies.

Build assets

  1. Run npm run build to build assets on public directory.
  2. Open public directory and click index.html.

Run on local server

  1. Run npm run dev to start webpack dev server.
  2. Open http://localhost:1404/ in your browser, and tada.