From be7c1a4fdca5fd7bcdaa1ad95c8abd707ef713b0 Mon Sep 17 00:00:00 2001 From: Sean Engelhardt Date: Wed, 22 Jan 2025 15:11:42 +0100 Subject: [PATCH] docs: Add readme --- readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c4420b2 --- /dev/null +++ b/readme.md @@ -0,0 +1,22 @@ +# Frontend Demos + +In this project we work on different demo applications to quickly scaffold web frontends. + +## We maintain demo projects for the following frameworks: + + - Vuejs + - Angular + - React + +## Followings questions should be discussed for working on our projects: + + - Usage of (high level) CSS frameworks + - Usage of prettier + - Usage of ESLint + - Unified configuration of Prettier/ESLint/Editorconfig + - State Management + - Routing + - Folder structure + - Translations (/translation engine) + - npm commands (run, start, deploy, etc.) + - Testdefinition (every new found bug results in a new test)