Skip to content

Getting Started

Rocco Palermiti edited this page Jul 21, 2020 · 2 revisions

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

It requires only Node.js®

Installing

Install dependencies:

npm install

Now you can run LoIDE in development or in production mode.

Running in production mode

In this mode, LoIDE will be optimized for production.

Start the server:

npm start

Use LoIDE in a browser at:

http://localhost:8084

Running in development mode

Run LoIDE in development mode only for development and testing purposes.

Start the server:

npm run start:dev

The browser will be opened automatically LoIDE in at:

http://localhost:7000

Note

You need an "executor" in order to run the solvers.

If you like it, you can use our EmbASPServerExecutor.