Skip to content

The default Blueriq Material Design theme as packaged with the Blueriq releases. This theme can function as a kickstarter for custom theme's or can be used as is.

License

Notifications You must be signed in to change notification settings

JoostK/blueriq-material

 
 

Repository files navigation

Development server

Run yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. If your Blueriq runtime is not at http://localhost:10080, set the environment variable BQ_MATERIAL_NG_PROXY_TARGET_URL

Build

Run yarn build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run yarn test to execute the unit tests via Karma.

Running lints

Run yarn lint to execute the lints via tslint.

All together

Run yarn verify:all to run all linting and tests with code-coverage

Running end-to-end tests

Run yarn e2e-dev to execute the end-to-end tests via Protractor. If your dev server is not at http://localhost:4200/, pass --baseUrl MY_DEV_URL to Yarn. Replace MY_DEV_URL with the correct URL.

Further help

This project was generated with Angular CLI version 6.0.1. To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

The default Blueriq Material Design theme as packaged with the Blueriq releases. This theme can function as a kickstarter for custom theme's or can be used as is.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.4%
  • HTML 7.5%
  • CSS 6.2%
  • JavaScript 1.2%
  • Other 0.7%