• TypeScript 91.7%
  • CSS 5.5%
  • JavaScript 2.1%
  • HTML 0.7%
Find a file
2023-03-08 20:59:02 +01:00
.vscode refactor: migrate components to emotion-10 2018-12-18 14:59:08 +01:00
public fix article-form error when items are undefined 2023-02-25 02:29:51 +01:00
src try to play sounds only once until all sounds have been played 2023-03-08 20:59:02 +01:00
.editorconfig chore: add editorconfig 2019-01-26 13:25:08 +01:00
.env.development chore: use staging for dev 2019-06-19 09:16:15 +02:00
.env.production fix(env): we don't support relative urls 2019-04-15 15:13:53 +02:00
.eslintignore chore: migrate to eslint 2019-02-19 14:19:18 +01:00
.eslintrc.js feat(article-form): add create update article and barcode 2019-10-13 18:36:46 +02:00
.gitignore Ignore .idea 2019-01-13 21:44:16 +01:00
.npmrc Init project boilerplate 2018-08-18 06:48:51 +02:00
.travis.yml fix: apply hooks linter 2019-05-29 16:13:39 +02:00
LICENSE Update LICENSE 2019-01-14 10:06:14 +01:00
package.json chore: update deps 2020-09-16 08:47:47 +02:00
README.md enhance sounds functionality 2023-02-25 02:44:04 +01:00
tsconfig.json chore: update deps 2020-03-10 07:41:43 +01:00
tsconfig.prod.json Support es2017 for Object.values 2018-08-19 16:32:05 +02:00
tsconfig.test.json Init project boilerplate 2018-08-18 06:48:51 +02:00
yarn.lock chore: update deps 2020-09-16 08:47:47 +02:00

Strichliste Web Frontend Build Status

SPA Frontend for the Strichliste project

Getting Started

This project is build with typescript, react, redux, emotion and create-react-app.

Prerequisites

You have to use yarn to build this project.

Installing

Fetch all dependencies by

yarn install

Start the development server by

yarn start

Build the project by

yarn build

the output will be copied to the dist folder.

Differences to the upstream version

Our fork of the strichliste-web-frontend can play multiple sounds after a transaction.
To add a new sound you need to:

To debug if the new sound was properly added you can open the network tab in the dev tools and see if the sound file appears in the request history.

Contributing / FAQ

Commit Messages

please follow the angular commit message guidlines

Ui Component Framework

all basic components are found inside the src/bricks folder. (Lego pun intended)

End 2 End Tests

We do have e2e tests with cypress check our test repo