Commands For Client

Start

Command to Execute:

yarn start

Start HTTPS for linux:

yarn start:linux

Start HTTPS for windows:

yarn start:wins

Build

Build project:

yarn build

Installs serve package:

yarn global add serve

Serve your build directory:

serve -s build

CI

Code Style Verification (code commitment only when passing CI):

yarn CI