This repository contains the web application GridCapa. It is built on GridSuite application template.
First download all needed dependencies.
npm install
Then start the application.
npm start
The application can now be reached on http://localhost:3000.
For building Docker image of the application, start by creating a production build.
npm run build
Then build docker image
docker build -t farao/gridcapa-app .