Angular Starter

Todo

  • husky hooks
  • prettier
  • tslint
  • storybook
  • test with jest
  • clean architecture
  • e2e with cypress
  • folders
  • core service
  • unit test sample
  • custom schematics
  • env config
  • proxy config
  • build
  • CI config
  • icon
  • code style
  • http intercetor

Folders

├── app │   ├── constants │   ├── core │   ├── domain │   ├── features │   ├── pages │   └── shared ├── assets ├── environments ├── favicon.ico ├── index.html ├── main.ts ├── polyfills.ts ├── styles ├── styles.scss └── test.ts