waiterjan-technical-task/README.md

22 lines
224 B
Markdown
Raw Normal View History

2024-04-02 21:22:47 +02:00
## 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
```