iwatchseries

October 3, 2021 ยท View on GitHub

Pre-requisites

  • Install Docker

Install

  1. Build the Docker image
docker-compose build
  1. Run the Docker container
docker-compose up -d
  1. Open the app: http://localhost:3000

Run tests

docker-compose run --rm app npm run test

Build the app

docker-compose run --rm app npm run build

Authors

  • SabrinaFZ

Contents

  1. 1Pre-requisites
  2. 2Install
  3. 3Run tests
  4. 4Build the app
  5. 5Authors