No description
| .vscode | ||
| public | ||
| src | ||
| .editorconfig | ||
| .env.development | ||
| .env.production | ||
| .envrc | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .npmrc | ||
| .travis.yml | ||
| build.tar | ||
| buildandpackage.sh | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.prod.json | ||
| tsconfig.test.json | ||
| yarn.lock | ||
Strichliste Web Frontend 
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