Installation

Before installing anything make sure to configure your own database on localhost and feed it with enought data.

Then you can run the installation.

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod