PaulMaly / bscience-gui

Modular standalone fat-client GUI for X-ray diffraction data simulations, analysis, and sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XRPD data management GUI

Installation

npm install

Commands

Development build

npm run dev

Production build

npm run build

App buildtime config

./app.config.js

App runtime config

./src/config.ts

Sources file layout

assets - static files etc.

components - low-level modules

helpers - auxiliary utils

layouts - CSS framework modules

pages - concrete content sections

services - API consumption

stores - where the data flow comes from

types - TS definitions

views - high-level (smarter) modules, cf. components

License

Copyright 2021-2022 BASF SE

BSD 3-Clause

About

Modular standalone fat-client GUI for X-ray diffraction data simulations, analysis, and sharing

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 88.3%Language:Svelte 10.0%Language:JavaScript 1.6%Language:HTML 0.1%Language:Shell 0.0%