/bhozzan-server

Server, built on TypeScript, for the bhozzan mobile app

Primary LanguageTypeScript

bhozzan-server

Installation

$ npm install

Running the server

# development mode
$ npm run start:dev

# production mode
$ npm run start

# watch typescript
$ npm run watch-ts

# build typescript
$ npm run tsc