Skip to content

betaquick/grace-tree-web

Repository files navigation

Grace Tree Services (GraceTreeProducts)

This project was generated with Angular CLI version 6.0.1

Getting Started

Requirements

You need node.js with npm on your machine.

Installation

This app will install all required dependencies automatically. Just start the commands below in the root folder where you stored the package.

$ npm install

Run Application and start development Server

To run this app in your browser just start everything whit the comment below in the applications root folder. It will update everything an start a simple web server on http://localhost:1337/

$ npm start

Run Tests

All unit tests are performed with jasmin and karma and can be configured in karma.conf.js. Predefined are dependencies for PhantomJS, Firefox and Chrome. On windows you may have to define the environment variables FIREFOX_BIN and CHROME_BIN to locate your browsers correctly.

Run command below to execute all unit test:

$ npm test-coverage

Code Conduct

  • 100% test coverage is important before pushing to the remote origin
  • All PR submitted should include a 100% test coverage
  • Do not comment out codes, delete them instead
  • Maintain the projects style of code