A simple landing page
$ yarn install # installing dependencies
$ yarn build
$ yarn watch-debug # watch mode node and typescript
Unit and integation testing
$ yarn test # run jest tests
$ yarn test:watch # run watch mode
End to end testing with Cypress
$ yarn cypress:open # open cypress
$ yarn cypress run # running cypress
Checkout npm scripts
for other commands.
Using vagrant hashicorp/precise64
vm box.
$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo apt-add-repository ppa:ansible/ansible
$ sudo apt-get update
$ sudo apt-get install ansible
For more information: https://www.ansible.com/resources/get-started
Sheenan Tenepre