Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 362 Bytes

File metadata and controls

26 lines (18 loc) · 362 Bytes

Arda's Legends Backend Renewed

Usage

Development

# Required: typescript watch compilation
$ yarn watch

# Required: development server with hot reload (nodemon)
$ yarn dev

# Format with prettier
$ yarn format

Production

# build for production
$ yarn build

# start production app
$ yarn start