Challenge found here
The Application is hosted here.
- Challenge 1
- Challenge 2
- Docker
^20.10.14
Download the repository:
$ git clone git@github.com:JayKay24/ElloAssignment.git
$ npm run test:ci // unit tests
$ npm run cy:run // e2e tests
$ docker run -p <YOUR PORT HERE>:80 jaykay24/react-docker:1.0.0
then open http://127.0.0.1:<YOUR PORT>
in your browser