DEMO --> Temperature Converte
This is the task #2 of the "7GUIs: A GUI Programming Benchmark" wich is the Temperature Converter
- More information -> 7GUIs
This is an Angular project, you need to ensure that you have installed nodejs, npm and the Angular CLI, if you are not sure you can follow up the next links:
- Intalls NodeJS and NPM -> NodeJS
The previous installation will give you nodejs and npm, so you can review the version of each running the next commands in your terminal:
You should see the version according each one, now you need to install the Angular CLI, you can follow up the intructions in the next link:
- Intalls Angular CLI -> Angular CLI
And finally from the terminal you can run the project using the next command: