0.0.0 • Published 3 years ago

angular-hive v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

AngularHive Components Showcase ~ by Core UI

This project was generated with Angular CLI version 9.1.3.

Coding Standards

https://getransportation.atlassian.net/wiki/spaces/YY/pages/271845462/Coding+Standards (WIP)

Industry standards, best practices and advices, things we keep in mind

Folder structure: https://itnext.io/choosing-a-highly-scalable-folder-structure-in-angular-d987de65ec7

State management:

CSS naming methodology is BEM:

Install

npm i

Run

npm start

Build

npm run build --configuration=<environment>

environment can be one of the following:

  • qa
  • staging
  • production
  • or you can amend the --configuration switch completely, that means the environment.ts settings, aka. "local"

Running unit tests

Run jest run to execute the unit tests via Jest.

Generate Modules and Components

ng generate module <Module_name>

ng generate component <Module_name> --style scss

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.