README
Utils
Typescript utilities
Development
Get the app running locally
Clone and
cd
into the repoInstall the dependencies
> yarn install
- Start the build process
watches for changes in the
./src
directory and builds the app bundle into./dist
> yarn watch
- Run tests
> yarn test