Preview fonts using MyFonts' font sample API & ReactJS
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.
1: Git clone the gh-pages branch
2: Upload the whole directory to your web server.
Unit tests are available on every component and can be executed using the following:
npm run test