https://github.com/frederikprijck/angular-escher
An Angular application integrating escher for visualizing biological pathways.
https://github.com/frederikprijck/angular-escher
angular escher pathways rxjs typescript
Last synced: about 1 month ago
JSON representation
An Angular application integrating escher for visualizing biological pathways.
- Host: GitHub
- URL: https://github.com/frederikprijck/angular-escher
- Owner: frederikprijck
- Created: 2017-04-21T17:08:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T22:33:55.000Z (about 9 years ago)
- Last Synced: 2025-02-02T00:15:33.209Z (over 1 year ago)
- Topics: angular, escher, pathways, rxjs, typescript
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-escher
[](https://travis-ci.org/frederikprijck/angular-escher)
An Angular application integrating [escher](https://escher.github.io/) for visualizing biological pathways.
## Running the application
Clone the repository locally
```
git clone https://github.com/frederikprijck/angular-escher
```
Dependencies can be installed using npm in the corresponding folder
```
cd angular-escher
npm install
```
The application can be started using `npm start`, tests are executed using `npm run test`