Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 732 Bytes

README.md

File metadata and controls

74 lines (50 loc) · 732 Bytes

Projects

Client

Server

Docker Installation

docker-compose up -d

Installation

yarn install

Server

Development

yarn start:mock-server:dev
yarn start:apollo-server:dev

Build

yarn build:mock-server
yarn build:apollo-server

Prod

yarn start:mock-server
yarn start:apollo-server

Test

yarn test:apollo-server
yarn test:apollo-server:coverage

Client

Development

yarn start:client:dev

Production

yarn build:client
yarn start:client

Test

yarn test:client
yarn test:client:coverage