Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sujilnt/geneexpressionclient
A mini project done for embl interview
https://github.com/sujilnt/geneexpressionclient
Last synced: 2 days ago
JSON representation
A mini project done for embl interview
- Host: GitHub
- URL: https://github.com/sujilnt/geneexpressionclient
- Owner: sujilnt
- License: mit
- Created: 2022-07-20T21:51:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T22:08:13.000Z (over 2 years ago)
- Last Synced: 2024-12-06T22:08:08.445Z (about 1 month ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# umi project
## Getting Started
Install dependencies,
```bash
$ yarn install
```Start the dev server,
```bash
$ yarn start```
To run a test
```
$ yarn test
```