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 build
to compile the projectnpm run start
to start the webpack devserver with Hot Module Replacementnpm run test
to run all tests once with jestnpm run test:watch
to run all tests once with jestnpm run tslint
to run linter for Typescriptnpm run tslint:fix
to auto-fix issuesnpm run prettier
to reformat your code (stash your code at least before you run this)