Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 348 Bytes

manual-index.md

File metadata and controls

32 lines (20 loc) · 348 Bytes

Manual

Usage

The app uses yarn as package manager.

Install all dependencies by executing

    yarn 

Run locally, leveraging BrowserSync

    yarn serve 

or build in production mode to deploy the package

    yarn build 

Testing

The app use Jest, to run tests

    yarn test