Skip to content

ArqiSoft/leanda-ui

 
 

Repository files navigation

Leanda Front-End

Build Status

Requirements

Commands

Current directory must be the leanda-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

Angular CLI

Links (front-end)

Angular

Bootstrap

TypeScript

SASS

BOOTSTRAP 4 components

JSmol

ChemDoodle

Dockerization

Build (replace deploy with test, uat, dev etc)

docker build --build-arg APP_ENV=deploy -t leanda/ui:latest .

Run

docker run -d -p 5555:80 leanda/ui:latest

Use Leanda docker-compose

docker-compose -f docker-compose.leanda.services.local.yml up

Build a specific Leanda distribution. For example FVC

Replace API URLS in src/environments/environment.deploy-fvc.ts

npm run build-deploy-fvc

Currently there are 3 types of distributions:

  • Leanda (default, code leanda)
  • FVC, code fvc
  • LabWiz, code labwiz

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.4%
  • TypeScript 2.9%
  • SCSS 2.5%
  • HTML 0.9%
  • CSS 0.3%
  • Dockerfile 0.0%