15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
|
# CUBETIQ Clinic Application
|
||
|
|
||
|
![Sandbox Clinic Desktop](https://github.com/CUBETIQ/sandbox-clinic/workflows/Sandbox%20Clinic%20Desktop/badge.svg)
|
||
|
|
||
|
#### Run Dev Application
|
||
|
```sh
|
||
|
npm start
|
||
|
```
|
||
|
|
||
|
#### Run Product Application
|
||
|
```sh
|
||
|
npm run dist
|
||
|
```
|
||
|
|