Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 221 Bytes

File metadata and controls

22 lines (17 loc) · 221 Bytes

Run Docker

yarn install
yarn build:prod
docker build -t amortisation-frontend .
docker run -d -p 80:80 amortisation-frontend

Run Local

yarn install
yarn start

Run Tests

yarn install
yarn test