Web UI - ISET/isetonline GitHub Wiki

The web user interface for ISETOnline is written in Javascript, using the React framework to provide additional functionality. The code is all in this repo, and can be conveniently edited using Visual Studio Code on most platforms.

Ag-grid is used to provide the client-side grid functionality, along with several other packages.

npm is used to manage the packages, create a test server (npm start) and build a static website for deployment (npm run build).

All the code and packages have been tested under Windows 10, Windows 11, Ubuntu 20.04, and Ubuntu 22.04.