Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 639 Bytes

File metadata and controls

11 lines (8 loc) · 639 Bytes

Test Task

Scripts

Script Description Example
start start the application yarn start or yarn start --open
build built application for production yarn build
build:docker build docker image yarn build:docker
start:docker start the prebuilt docker image on port 3000 yarn start:docker