This project was created as a test task
To run this project with docker container, you need to perform following steps:
- Clone repo
docker-compose up- Open http://localhost:8080 once container is ready
Or you can start this project locally. For this you need to run:
npm installgulp
Make sure you have gulp installed globally (npm install -g gulp)