We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To run this demo you must have the latest LTS version of NodeJS installed.
To install all dependencies
npm install
To Run the application in watch mode:
npm run serve
Then navigate to http://localhost:8080
To run this demo in a docker container you need to run the following:
Docker requires a 2 step approach to being run first you need to build the image and then you need to run the image.
To build the image run
docker build . -t aia-eia-js
To run the image run
docker run --rm -p 8080:8080 aia-eia-js