waiterjan-technical-task/README.md
2024-04-02 22:22:47 +03:00

22 lines
224 B
Markdown

## Description
Sarcina tehnica WAITER JAN
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```