Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.22 KB

Life Cycle Assessment Software

A software used to calcuate the carbon-footprint of various product according to their life cycle stages.

Pre-requisites

  1. Ensure you have node and npm installed
  2. Launch cmd and install the various commands. Make sure cmd is launched at the project directory
  • npm run init

Development

This project was generated with Angular CLI version 7.2.1.

Code Architecture

  • main.js
    • Generates a window to display
    • WebDev tools display currently commented out
  • Importing bootstrap
    • @import '~bootstrap/dist/css/bootstrap.min.css';

Build

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

Run npm start to get a preview of the project

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

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