Skip to content

Repository files navigation

OSDR Front-End

Requirements

Commands

Current directory must be the osdr.ui repository

npm install -g @angular/cli
npm i
npm run start-local
# or
npm run start-dev

And open http://localhost:5555 via browser

Configuration

  • environment options: /src/environment/environment.ts
  • Angular CLI options: /angular-cli.json

Links (back-end)

Node.js

MongoDB

Angular CLI

Links (front-end)

Angular

Bootstrap

TypeSript

SASS

BOOTSTRAP4 components

JSmol

ChemDoodle

Dockerization

Build (replace dev with test, uat etc)

docker build --build-arg APP_ENV=dev -t docker.your-company.com/osdr-ui:latest .

Run

docker run -d -p 5555:80 docker.your-company.com/osdr-ui:latest

Use OSDR docker-compose

cd ./../../osdr/Source/Services/.docker
docker-compose -f docker-compose.osdr.services.local.yml up

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages