Task1
- How to setup environment
- Install nodejs
- Copy project files (from zip file) on your disk
- Go to the package directory (contains “package.json”)
- Run “npm install”
- How to run tests
- Go to the package directory (contains “package.json”)
- Run “npm test”