therealedsheenan / d-landing-p

A simple landing page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d-landing-p

A simple landing page

Installation

$ yarn install # installing dependencies
$ yarn build
$ yarn watch-debug # watch mode node and typescript

Testing

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.

Installing Ansible

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

Author

Sheenan Tenepre

About

A simple landing page


Languages

Language:JavaScript 79.6%Language:HTML 11.4%Language:TypeScript 8.1%Language:CSS 0.7%Language:Shell 0.2%