Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 670 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 670 Bytes

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 .