/gridcapa-app

Web application

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

GridCapa web application

MPL-2.0 License

This repository contains the web application GridCapa. It is built on GridSuite application template.

Build and run web application

First download all needed dependencies.

npm install

Then start the application.

npm start

The application can now be reached on http://localhost:3000.

Build docker image

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 .