Frontend Arpa 2.0
Orso.Arpa.Web.git
│ README.md
│ ... npm and angular configurations ...
│
└─── .github Githooks
└─── @arpa // Global components library
└─── src
└─── @arpa
└─── app
└─── assets
│ └─── common // Default fonts, icons, images
│ └─── i18n
│ │ └─── default // Global translations
│ │ │ de.json
│ │ │ <other_lang>.json
│ │ └─── <feature1> // Feature 1 translations
│ │ │ de.json
│ │ │ <other_lang>.json
│ │ └─── <feature2> // Feature 2 translations
│ │ │ de.json
│ │ │ <other_lang>.json
│ │
│ └─── organization // org specific assets
│
└─── environments
└─── testing
└─── themes
version used for development: 6.14.11
- git clone https://github.com/orso-co/Orso.Arpa.Web.git
- npm i
- ng serve
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
- ng lint
- ng test