Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjunrao87/covid.test
https://github.com/arjunrao87/covid.test
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjunrao87/covid.test
- Owner: arjunrao87
- Created: 2020-05-30T14:48:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T01:55:08.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T08:18:16.874Z (6 months ago)
- Language: Python
- Homepage: https://covid-testing-app.herokuapp.com/
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# covid.test
# frontend
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Serve built file
```
serve -s dist
```