Web-Client
Web-Client
The main star of the show and the main entry point for all crowde-development is the web-client found in /client/
. It's written in Angular (currently version 8.2).
Get Started
- Start Development by running
npm start
- Open http://localhost:4200/
Starting Points
- All Components can be found in
/client/src/app/components
- There are multiple angular modules
/client/src/app/modules
used for routing and lazy-loading. For Example checkout/client/src/app/modules/president/president-routing.module.ts
for most of the in-app-routes used by a default user.