cd <ngx-toh>
yarn install
yarn start
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
# Unit test
yarn test
# e2e test
yarn run e2e
# Run server
docker-compose up [--detech/-d]
Visit http://localhost:4201/ in your browser.