Bet World Cup

  • Created on NLW Copa
  • Author: Nathally Souza

Run bet-world-cup-api

Installation

$ yarn install

Running the app

# development
$ yarn start:dev

# build
$ yarn start:build

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

Local configuration

# base_url
http://localhost:5000/

Run bet-world-cup-ui

Installation

$ yarn install

Running the app

# development
$ yarn start

# build
$ yarn build

Test

# unit tests
$ yarn test

Local configuration

# base_url
http://localhost:3000/

Run bet-world-cup-mobile

Installation

$ yarn install

Running the app

# development
$ yarn expo