Still in progress...
It is a basic core repo for starting Angular 4.X projects.
Project consists of:
- Bootstrap 4
- SCSS styles based on my theming concept
- header, footer, main section
- public (not authorized) component
- private (authorized) component - dashboard
- basic routing
- error component
- HTTP interceptor service
- spinner module
- browser memory service
- notification service using toastr
Project has standard angular-cli methods.
- Pull repository
- Download dependencies
npm install
- Run project
ng serve
- Or build it
ng build
For more angular-cli documentation check Angular docs