Skip to content

p2o-lab/polaris-frontend

Repository files navigation

polaris-frontend

Visualisation for Polaris recipe engine polaris-backend

Build Status Greenkeeper badge CodeFactor

Dependencies

All dependencies are installed via NPM

npm install

Development server

Run npm start or ng serve for a development server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Docker

docker run -d -p 8080:80 p2olab/polaris-frontend

Build it and deploy it

ng build --prod
npm run deploy