Hospital-Management-System/client/README.md

16 lines
171 B
Markdown
Raw Normal View History

2021-03-31 01:50:36 +00:00
# HMS client-side code
## Get Started
Get started developing...
```shell
# install deps
npm install
# run in development mode
npm run dev
# run tests
npm run test
```