Skip to content

tlex-web/sampler

Repository files navigation

samplerIO

samplerIO is a Progressive Web Application (PWA) that allows users to create samples needed for audit purposes using different sampling methods.

Installation

Use the package manager npm to install samplerIO and all dependencies from the lock file.

npm install

Usage

npm run start

or

npm run build

Tests

Unit tests are written using Jest and Spectron. To run the tests, use the following command:

npm run test

I will follow up with test coverage soon.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.