Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 772 Bytes

File metadata and controls

44 lines (28 loc) · 772 Bytes

Preview fonts using MyFonts' font sample API & ReactJS

Prerequisites

Installing

Manual install (recommended)

1: Git clone the master branch.

2: Go to the directory and run NPM install via command line:

npm install

3: Build the code

npm run build

4: Upload the dist directory to your web server.

Prebuilt install

1: Git clone the gh-pages branch

2: Upload the whole directory to your web server.

Testing

Unit tests are available on every component and can be executed using the following:

npm run test

Built With