Skip to content

sholehbaktiabadi/firestore-collection

Repository files navigation

Node Version

$ 20.10.0

Installation

$ npm install

Running the app

# watch mode (development)
$ npm run dev

# production mode
$ npm run build
$ npm run prod

# production mode (pm2)
$ npm run build
$ npm run pm2

Running with Docker

$ docker-compose up