Hospital-Management-System/client/README.md

16 lines
No EOL
171 B
Markdown

# 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
```