https://github.com/billyjov/poc-explorviz-shell
Exploviz PoC With Angular Shell
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Repository
Exploviz PoC With Angular Shell
Basic Info
- Host: GitHub
- Owner: billyjov
- Language: TypeScript
- Default Branch: master
- Size: 42.2 MB
Statistics
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Micro-Frontends
Table of content
🔖 Getting started
- Install node 10+ https://nodejs.org/en/
- Install npm https://www.npmjs.com/get-npm
- Install Angular CLI
npm i -g @angular/cli - Install Ember CLI
npm install -g ember-cli
🛠️ Serving and Testing Application
🚀 Serving
- LANDSCAPE
```bash
cd landscape
install packages
npm install
to serve app
npm run start ```
- SHELL
```bash cd shell npm install
start app with
npm run start
browse http://localhost:4200
```
- VISUALIZATION
```bash
cd visualization
install packages
npm install
to serve app
npm run start ```
- TRACE
```bash
cd trace
npm install
npm run start
Browse http://localhost:4500
```
🏗️ Build
- LANDSCAPE
```bash
build (this step automatically build, copy assets etc...)
npm run build:all:prod ```
SHELL
VISUALIZATION
```bash
build (this step automatically build, copy assets etc...)
npm run build:all:prod ```
🚨 Testing
- For most of the app:
npm run testwill run unit tests npm run e2ewill run e2e tests
Check out app specific README.md files for more instructions.
📚 Apps and libs
| Service | Framework/Language | Description | | ------------------------------- | -------------------- | --------------- | | Shell | Angular/TypeScript | - | | Landscape | EmberJS/TypeScript | - | | Visualization | EmberJS/TypeScript | - | | Trace | Angular/TypeScript | - |
NOTES
The entry point of the app micro-frontend is the shell. After building or starting different apps, Shell app should be browse.
Package INFOS
For lazy loading chunks inside shell im using Angular Extensions - Elements
For concat ember JS and CSS files im using Ember cli concat
For Ember custom elements: Ember custom elements and Ember custom elements patch
Some issues found
Cannot embed app into another:
- https://stackoverflow.com/a/47391372/6432698
ExplorViz monolithic frontend
- https://github.com/ExplorViz/explorviz-frontend/tree/dev
ExplorViz Backend microservices
- https://github.com/ExplorViz
Owner
- Name: Billy Lando
- Login: billyjov
- Kind: user
- Location: Germany
- Company: @teamneusta
- Website: https://www.youtube.com/CoulissesTech
- Twitter: billyjov_
- Repositories: 14
- Profile: https://github.com/billyjov
Javascript enthusiast. Passionate @angular @nodejs evangelist 🎨. ✅TDD = 🔨 Refactoring + 🚨TFD
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0