Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 569 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 569 Bytes

Nest Logo

Bayc tracker

Backend

Installation

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

# DOCKER
$ docker-compose up

# the app should run on localhost:3000

Frontend

Installation

$ yarn

Running the app

# development
$ yarn dev

# the app should run on localhost:5137