Skip to content

Files

Latest commit

 

History

History
49 lines (30 loc) · 1.25 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.25 KB

Graphs

An Angular application for getting the coordinates of the points of the graph from the raster image.

Installation

  • Download and install latest LTS version of Node.js.

    To get Node.js, go to https://nodejs.org/.

  • Install the Angular CLI.

    To install the CLI, open a terminal/console window and enter the following command:

    npm install -g @angular/cli
  • Clone or download source code.

    https://github.com/ScienceSight/Graphs.git

  • Go to the workspace folder (Graphs) and install project dependencies.

    cd Graphs
    npm install
  • Run the application.

    The Angular CLI includes a server, so that you can easily build and serve your app locally. Launch the server by using the CLI command ng serve, with the --open option.

    ng serve --open

    The ng serve command launches the server. The --open option automatically opens your browser to http://localhost:4200/.

Similar tools

License

GNU AGPL 3.0