Skip to content

phi-grib/flameWeb2

Repository files navigation

FlameWeb2

This project was generated with Angular CLI version 12

Installation

Flame should have been already installed in this computer. Refer to the flame manual for full instructions of how create a flame conda environment and install the software.

Flame_API should have been also installed and be running. Refer to to the flame_API manual for full instructions of how install and run the API.

Make sure you have Nodejs and the Angular Command Line Interface installed.

to install the cli use the following command

npm install -g @angular/cli

Download the repository:

git clone https://github.com/phi-grib/flameWeb2.git

Go to the source repository directory

cd flameWeb2

Remember that if it is a new installation run the command

npm install --force

Execute Interface

Run ng serve navigate to http://localhost:4200/.

or

Run ng serve -o (automatically open in your browser by default.)