A software used to calcuate the carbon-footprint of various product according to their life cycle stages.
- Ensure you have
node
andnpm
installed - Launch
cmd
and install the various commands. Make sure cmd is launched at the project directory
npm run init
This project was generated with Angular CLI version 7.2.1.
- main.js
- Generates a window to display
- WebDev tools display currently commented out
- Importing bootstrap
@import '~bootstrap/dist/css/bootstrap.min.css';
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
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.