Rhino frontend to manage load tests.
Used technologies:
- NPM
- Webpack
- Typescript
- Redux
- React
It is recommeneded to use VSCode as Code editor.
Don't worry about formatting, the code is formatting with prettier when you commit anyway.
Whever you push, tslint is run after test were executed successfully.
npm run buildto compile the projectnpm run startto start the webpack devserver with Hot Module Replacementnpm run testto run all tests once with jestnpm run test:watchto run all tests once with jestnpm run tslintto run linter for Typescriptnpm run tslint:fixto auto-fix issuesnpm run prettierto reformat your code (stash your code at least before you run this)