No description
Find a file
2025-01-27 19:15:55 +01:00
.vscode refactor: migrate components to emotion-10 2018-12-18 14:59:08 +01:00
public article scanner sound by name fix 2025-01-27 19:15:55 +01:00
src article scanner sound by name fix 2025-01-27 19:15:55 +01:00
.editorconfig chore: add editorconfig 2019-01-26 13:25:08 +01:00
.env.development fixes sounds 2025-01-19 09:10:38 +01:00
.env.production fix(env): we don't support relative urls 2019-04-15 15:13:53 +02:00
.envrc fixes sounds 2025-01-19 09:10:38 +01:00
.eslintignore chore: migrate to eslint 2019-02-19 14:19:18 +01:00
.eslintrc.js chore: add jsx-a11y linter 2019-02-26 16:12:00 +01:00
.gitignore final gitignore 2025-01-21 13:12:23 +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
build.tar more sounds 2025-01-22 20:57:59 +01:00
buildandpackage.sh fixes sound 2025-01-22 19:06:40 +01:00
flake.lock adds build.tar 2025-01-19 09:12:03 +01:00
flake.nix only playes sound if transaction is successfull otherwise play error 2025-01-21 13:06:43 +01:00
LICENSE Update LICENSE 2019-01-14 10:06:14 +01:00
package.json v1.7.1 2019-09-24 20:17:09 +02:00
README.md Update README 2019-02-10 15:47:23 +01:00
tsconfig.json chore: update deps 2019-06-12 09:38:08 +02: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 2019-08-14 10:32:52 +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.

Contributing / FAQ

Commit Messages

please follow the angular commit message guidlines

Ui Component Framework

where are the components from ? All basic building bricks are extracted to their own repo -> bricks-of-sand