Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 221 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 221 Bytes

Description

Sora Union API Assignment

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod