docs: Add readme
This commit is contained in:
commit
be7c1a4fdc
1 changed files with 22 additions and 0 deletions
22
readme.md
Normal file
22
readme.md
Normal file
|
|
@ -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)
|
||||||
Loading…
Reference in a new issue